https://github.com/wildhoney/earthing
🌕 Discover all of the countries along a walking route from your location by a given heading.
https://github.com/wildhoney/earthing
android app countries discover ios places postgis travel walking
Last synced: 5 months ago
JSON representation
🌕 Discover all of the countries along a walking route from your location by a given heading.
- Host: GitHub
- URL: https://github.com/wildhoney/earthing
- Owner: Wildhoney
- License: mit
- Created: 2020-06-19T21:58:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:15:02.000Z (over 3 years ago)
- Last Synced: 2025-03-04T04:48:51.001Z (over 1 year ago)
- Topics: android, app, countries, discover, ios, places, postgis, travel, walking
- Language: TypeScript
- Homepage:
- Size: 22.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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

Â

Â

Â
[](https://github.com/prettier/prettier)


## 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`.