Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/
```