Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/react-mapbox-skate-parks
A React app that displays all skateboarding parks in Ottawa, Canada.
https://github.com/thinkswan/react-mapbox-skate-parks
javascript mapbox react tutorial
Last synced: about 2 months ago
JSON representation
A React app that displays all skateboarding parks in Ottawa, Canada.
- Host: GitHub
- URL: https://github.com/thinkswan/react-mapbox-skate-parks
- Owner: thinkswan
- Created: 2019-06-28T16:50:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:27:00.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:28:17.782Z (almost 2 years ago)
- Topics: javascript, mapbox, react, tutorial
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-mapbox-skate-parks
A React app that displays all skateboarding parks in Ottawa, Canada.
Based on the following tutorial: [Leigh Halliday: Mapbox - Interactive maps in React)](https://www.youtube.com/watch?v=JJatzkPcmoI)
## Get started
Before launching the app, please sign up for a free account at Mapbox and create a new access token.
https://account.mapbox.com/access-tokens/
```
echo '"REACT_APP_MAPBOX_ACCESS_TOKEN="MAPBOX_ACCESS_TOKEN"' > .env.local
yarn
yarn start
open http://localhost:3000/
```