Skip to content
This repository was archived by the owner on Dec 8, 2019. It is now read-only.

SaltyQuetzals/EcoPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcoPulse

For EarthxHack 2018: https://devpost.com/software/ecopulse
UI demo: https://codepen.io/jaflo/full/MGayZy/

Screencap of demo

Prerequisites

Setup

virtualenv env
source env/bin/activate
pip install djangorestframework markdown coreapi django beautifulsoup4 matplotlib tqdm
cd server
python manage.py makemigrations core
python manage.py migrate
python manage.py migrate --run-syncdb
cd ..
python scrapers/districts.py
python scrapers/city-council.py
python scrapers/garbage-complaints.py
python scrapers/recycling-complaints.py

Startup

  1. Run python server/manage.py runserver
  2. Open this page in your browser

Todo

  • Proper checks for search returning out of district results
  • Update district information on typed input (works on click)

About

Bringing government environmental data to the hands of citizens.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors