Trip report search tool used by ClimbPlan, hosted at https://climbplan.com.
This is mostly a weekend project, Pull requests are welcome!
Ideas are tracked using the issues page.
- Clone the github repo
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
pip install --no-deps .
trfind 48.51152 -121.05789 "Forbidden Peak"
python app.py
- visit http://localhost:5000/test
- tox can be used to automate creation of virtual environment and to run the unit tests (pytest)
tox
source .tox/py36/bin/activate
trfind 48.51152 -121.05789 "Forbidden Peak"