A map of good spots in new york https://csvsoundsystem.github.com/nyc-spots
To add to the list, edit the spreadsheet that lives at src/data/spots.csv
and make a pull request.
If you want to use this template as a start for your own map, you can do the following (NodeJs required):
- Fork this repo, clone it and install its dependencies with
git clone https://github.com/YOUR_GHUSERNAME/nyc-spots.git && cd nyc-spots && npm install
- Make your edits to the spreadsheet at
src/data/spots.csv
- Do
npm run dev
and navigate tolocalhost:8000/public/index.html
to preview changes - If that looks good, publish to
gh-pages
withnpm run publish
. Visit your live map at https://YOUR_GHUSERNAME.github.com/nyc-spots