Skip to content

App for retrieving and displaying data from Greenville open data project.

Notifications You must be signed in to change notification settings

SpaceCowboy326/open_data_gvl

Repository files navigation

open_data_gvl

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Updating Map Data

Map data is not updated automatically yet. There is a python script included which will scrape
the https://data.openupstate.org website for Greenville-related GeoJSON map data. With Python
installed, you can manually run the scraper and update the map data with the following command:

python retrieve_open_map_data.py > data/map_data.json

This would ideally be automatic, but the script needs to be more efficient and generate less web
traffic on data.openupstate.org

Customize configuration

See Configuration Reference.

About

App for retrieving and displaying data from Greenville open data project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages