list of available venues based on the user location
Foursquare Venues demo
You'll need to add your own Client ID
Client Secret
to the .env to allow auth with foursquare API.
npm run start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm run start
: Start development server with hot reloading. It runs onlocalhost:3000
npm run build
: Build a Production versionnpm run test
: Run all unit testsnpm run test:coverage
: Create a coverage report for the code and determine whether the coverage is high enoughnpm run eject
: Eject your app from the defaults. This is a one-way decision.npm run predeploy
: Build a Production version before deployment.npm run deploy
: Deploy Production version of the application.
npm run predeploy
npm run deploy
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Foursquare authentication Authentication.
Returns a list of recommended venues near the current location Get Venue Recommendations.