Skip to content

A nifty way to get a GPX file out of MountainProject's todo lists!

Notifications You must be signed in to change notification settings

Matthew-P-Lee/MP-GPX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPX Generator by Ridgeline Analytics

Setup Steps

  1. Install Python. https://www.python.org/downloads/
    1. You probably want to find your OS prefered process for installing python.
    2. e.g. Ubuntu: sudo apt install python3.8
  2. Install PIP. https://pip.pypa.io/en/stable/installing/
    1. Again you'll want to find your OS preferred installation.
    2. e.g. Ubuntu: sudo apt install python3-pip
  3. Install dependencies.
    1. pip3 install click gpxpy itsdangerous jinja2 markupsafe simplejson pymemcache six werkzeug

Developing the Service

  1. Start by running the service
    1. Tell flask where the app is; export FLASK_APP=application.py
    2. Start the web server; flask run
    3. Load the app in your browser; http://127.0.0.1:5000

About

A nifty way to get a GPX file out of MountainProject's todo lists!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published