electioncal / us

Election calendar data for the US

Home Page:https://electioncal.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source for https://electioncal.us which provides election timeline information and makes it available through the website and icalendar files.

Building the site

The site is statically hosted by GitHub. To test it locally, first install the python requirements with:

pip install -r requirements.txt

Once those are installed, build the site with:

python scripts/build_site.py

This generates all of files served statically under the site folder. To serve them locally do:

python -m http.server --directory site/ 8080

About

Election calendar data for the US

https://electioncal.us

License:Other


Languages

Language:Python 76.3%Language:HTML 16.5%Language:JavaScript 6.4%Language:CSS 0.9%