Skip to content

erperejildo/find-restaurants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

find-restaurants

Find restaurants 1.5km around you and see the route on the map with your GPS.
This project can be used also to make routes for hotels, tubes stations and other different places, just change the API parameters.
This can be also reusabled by other apps which require different components using the same skeleton and the CSS library.

Set up

Build

If you only want to build the project (not deploy it) just run:

  • npm install --production
  • meteor build /path/to/build --architecture os.linux.x86_64 (for example if deploying to a Ubuntu linux server)

To build a mobile apk:

  • meteor add-platform android (also available for IOS but not tested)
  • meteor build ../output-build --server http://MY_SERVE_IP
    we will found our apk to be installed on our Android device

About

Find restaurants near you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages