A small webapp that helps find poutine places near you.
Live preview is available here.
- Go to Google Cloud Platform to generate an API Key for places API.
git clone https://github.com/szikaria961/poutine-finder.git
cd poutine-finder
npm install
cp .example-env .env
Open the .env file in your text editor of choice and fill in the API_KEY value with the token generated from their website.
npm run dev
View development app at http://localhost:8000
* Make sure you have Heroku CLI installed, have created a heroku app and are logged in to the cli.
heroku config:set API_KEY=[enter your access token]
npm run deploy
