Gigfinder grabs the users location, before displaying a list of upcoming music events in the area.
- Install dependencies
- Client - run npm start
- Server - run node index.js
-
Create a Ticketmaster account - https://developer.ticketmaster.com/products-and-docs/apis/getting-started/
-
Create a Mapbox account - https://www.mapbox.com/
-
Create a .env file.
-
Within .env, write the following:
TICKETMASTER_API_KEY=<insert_your_key_here>
REACT_APP_MAPBOX_ACCESS_TOKEN=<insert_your_key_here>