what's better than fries, cheese, and gravy?
This app shows the current top poutine places in Montreal on Yelp, with a Leaflet map and some Yelp data for each restaurant: average reviews, top review, photo and top review. Served by a Netlify lambda function that sends query to Yelp on page load, with some localStorage caching.
https://poutinify.netlify.app/
- React
- Node + Express
- Webpack, Babel
- Netlify + serverless functions
- Yelp API
- Leaflet + OpenStreetMap (open-source alternative to Google Maps)
Watch both UI (webpack) and server (nodemon) changes
$ npm install
$ npm start
Netlify Dev creates a server that mimics Netlify prod environment
netlify login
netlify link
netlify dev --live
Builds and deploys are triggered per commit. To manually build:
$ npm run build
Pull requests are welcome for any improvements or issues. For major changes, please open an issue first to discuss what you would like to change.