Skip to content

Commit 3fa819b

Browse files
committed
update docs
1 parent daa247e commit 3fa819b

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,30 @@ The goals of this project are:
1414
* cache system and station information server side to avoid hitting the source data API's too often.
1515
* limit number of TCP connections and number of hosts contacted
1616
* 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.
1818

1919
## Development
2020

2121
Get google cloud sdk, load in dependencies using `npm install`.
2222

2323
There are more common tasks listed `npm run`.
2424

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.
2626
You will need to seed the DB by going to localhost:8000, then cron jobs and then run the only cron job.
2727

2828
## Software License Info
2929

3030
In order to minimize the number of TCP connections between the web app and the server, the dependencies have been webpacked together.
3131
These projects have been utilized and bundled:
3232

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))
3635
* [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+
3741

3842
This project uses the MIT License.
3943

0 commit comments

Comments
 (0)