All Projects → kazuar → flask_mapbox

kazuar / flask_mapbox

Licence: other
Visualize route on map using Flask and Mapbox

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

flask_mapbox

Visualize route on map using Flask and Mapbox

Requirements

The python dependencies are managed using pip and listed in requirements.txt

Setting up Local Development

First, clone this repository:

git clone https://github.com/kazuar/flask_mapbox.git

You can use pip, virtualenv and virtualenvwrapper to install the requirements:

pip install -r requirements.txt

Make sure you have npm and bower installed on your machine (for javascript dependencies):

bower install

Create setting.py file for the MAPBOX_ACCESS_KEY:

MAPBOX_ACCESS_KEY = '<MAPBOX_ACCESS_KEY>'	

Start the server by running start.sh:

sh start.sh

Browse to localhost for the index page

Mapbox JS page

Mapbox GL page

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].