Skip to content

🍱 Lunchfinder is a simple application that helps you choose quickly a restaurant to eat around your location.

License

Notifications You must be signed in to change notification settings

mdcarter/lunchfinder.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LunchFinder

CircleCI CodeFactor Coverage Status devDependencies Status

Lunchfinder

« Where do we eat today ? »

Lunchfinder is a simple application that helps you choose quickly a restaurant to eat around your location.

Installing / Getting started

A quick introduction of the minimal setup you need to get a hello world up & running.

yarn start

Developing

Built With

This is build using create-react-app by facebook, and it use React, Reflux and the Foursquare/Swarm API

Prerequisites

Having node, and nodemon installed on the system.

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/mdcarter/lunchfinder.io
cd lunchfinder.io/
yarn

Once the dependencies are installed, you can start the app using this command :

yarn start

This will also open a browser pointing to the correct url.

Building

If you need to build the project to be able to host is somewhere, use this command:

yarn build

A "build" folder will be created, containing everything that needs to be hosted.

Deploying / Publishing

Once you have "now" installed and configured on your machine, just use this command to deploy the app online:

yarn deploy

Tests

The tests are located in the "tests" folder. Run the tests using this command:

yarn test

Api Reference

The app use the Foursquare API, you can check the documentation on this page.

About

🍱 Lunchfinder is a simple application that helps you choose quickly a restaurant to eat around your location.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published