Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.9 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.9 KB

reactNeighbors

Created with Foursquare API and Google API

Setup

  1. Clone this repo $ git clone https://github.com/zach-col/reactNeighbors

  2. Cd to cloned directory $ cd reactNeighbors

  3. Install packages $ npm install

  4. Replace the API key in src/App.js on line 29 with your own Google Maps API Key Google_Maps_API

  5. Replace the API key in src/Map.js on line 77 with your own Foursquare API Key Foursquare_API

  6. Start server $ yarn start

Resources used