@@ -14,26 +14,30 @@ The goals of this project are:
14
14
* cache system and station information server side to avoid hitting the source data API's too often.
15
15
* limit number of TCP connections and number of hosts contacted
16
16
* use HTTPS
17
- * privacy: the HTML5 geolocation uri is used, but the location is not transmitted elsewhere.
17
+ * privacy: the HTML5 geolocation APi is used, but the location is not transmitted elsewhere.
18
18
19
19
## Development
20
20
21
21
Get google cloud sdk, load in dependencies using ` npm install ` .
22
22
23
23
There are more common tasks listed ` npm run ` .
24
24
25
- To run a dev server: ` npm run dev ` and open your browser to localhost:8080. TODO: support live reload
25
+ To run a dev server: ` npm run dev ` and open your browser to localhost:8080.
26
26
You will need to seed the DB by going to localhost:8000, then cron jobs and then run the only cron job.
27
27
28
28
## Software License Info
29
29
30
30
In order to minimize the number of TCP connections between the web app and the server, the dependencies have been webpacked together.
31
31
These projects have been utilized and bundled:
32
32
33
- * [ zepto] ( https://github.com/madrobby/zepto ) ([ MIT] ( https://github.com/madrobby/zepto/blob/master/MIT-LICENSE ) )
34
- * [ Leaflet] ( https://github.com/Leaflet/Leaflet ) ([ BSD 2-clause] ( https://github.com/Leaflet/Leaflet/blob/master/LICENSE ) )
35
- * [ Compass.js] ( https://github.com/ai/compass.js ) ([ MIT] ( https://github.com/ai/compass.js/blob/master/LICENSE ) )
33
+ * [ material-ui] ( https://github.com/mui-org/material-ui/ ) ([ MIT] ( https://github.com/mui-org/material-ui/blob/next/LICENSE ) )
34
+ * [ d3-color] ( https://github.com/d3/d3-color/ ) ([ BSD 3-clause] ( https://github.com/d3/d3-color/blob/master/LICENSE ) )
36
35
* [ emoji-flags] ( https://github.com/matiassingers/emoji-flags ) ([ MIT] ( https://github.com/matiassingers/emoji-flags/blob/master/license ) )
36
+ * [ leaflet] ( https://github.com/Leaflet/Leaflet ) ([ BSD 2-clause] ( https://github.com/Leaflet/Leaflet/blob/master/LICENSE ) )
37
+ * [ react] ( https://github.com/facebook/react/ ) ([ MIT] ( https://github.com/facebook/react/blob/master/LICENSE ) )
38
+ * [ react-jss] ( https://github.com/cssinjs/jss/blob/master/packages/react-jss ) ([ MIT] ( https://github.com/cssinjs/jss/blob/master/packages/react-jss/LICENSE ) )
39
+ * [ react-leaflet] ( https://github.com/PaulLeCam/react-leaflet/blob/master/LICENSE ) ([ MIT] ( https://github.com/PaulLeCam/react-leaflet/blob/master/LICENSE ) )
40
+
37
41
38
42
This project uses the MIT License.
39
43
0 commit comments