Skip to content

lenmorld/poutinify

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
dev
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Poutinify 🍟 πŸ§€ πŸ‡¨πŸ‡¦

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.

Demo

https://poutinify.netlify.app/

Screenshot

poutinify v1

Tech used

  • React
  • Node + Express
  • Webpack, Babel
  • Netlify + serverless functions

API, Libraries used

  • Yelp API
  • Leaflet + OpenStreetMap (open-source alternative to Google Maps)

Getting started

Dev

Watch both UI (webpack) and server (nodemon) changes

$ npm install
$ npm start

Live dev server

Netlify Dev creates a server that mimics Netlify prod environment

netlify login
netlify link
netlify dev --live

Build

Builds and deploys are triggered per commit. To manually build:

$ npm run build

License

Unlicense

Contributing

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.

About

show all poutine places around Montreal!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published