An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Earthing

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

![Travis](http://img.shields.io/travis/Wildhoney/Earthing.svg?style=for-the-badge)
 
![npm](http://img.shields.io/npm/v/earthing.svg?style=for-the-badge)
 
![License MIT](http://img.shields.io/badge/license-mit-lightgrey.svg?style=for-the-badge)
 
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/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`.