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 envsource env/bin/activatepip 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)
toxsource .tox/py36/bin/activatetrfind 48.51152 -121.05789 "Forbidden Peak"