Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 971 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 971 Bytes

Nearbi

Explore recommended places nearby

nearbi-demo

Development

This project is bootstrapped using Create React App. Map is powered using MapBox GL and places data is retrieved from FourSquare API.

To start developing this project, you will need to sign up and obtain API keys from MapBox and FourSquare. Enter your API keys in the .env file in the project's root directory.

REACT_APP_MAPBOX_GL=[YOUR_MAPBOX_API_KEY_HERE]
REACT_APP_FOURSQUARE_CLIENT_ID=[YOUR_FOURSQUARE_CLIENT_ID_HERE]
REACT_APP_FOURSQUARE_CLIENT_SECRET=[YOUR_FOURSQUARE_CLIENT_SECRET_HERE]

Install all dependencies and start the development server

yarn install // or npm install
yarn start // or npm start

Contributing

Feel free to create a pull request

License

This project is licensed under MIT