Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.1 KB

Earthing

Discover all of the countries along a walking route from your location by a given heading.

Travis   npm   License MIT   code style: prettier


Apple Store

Google Store

Screenshot



Setup

Running yarn from the root will setup both the React Native app and the Flask API – however to run using yarn start you'll need to touch .env with the API_URL equal to http://0.0.0.0:5000 (or an alternative endpoint), and PostgreSQL envs DB_HOST, DB_NAME, DB_USERNAME and DB_PASSWORD.