PowerVoting is a site that lets you compare the relative power of a vote in a federal election across the United States.
- Create a file called
.envand set its contents toAPI_KEYS=<a Google Civic Information API key>(of course, replace the placeholder with an API key for the Civic Information API). - Run
pipenv shell. (You may need to install Pipenv usingpip3 install pipenvif you don't have it already.) - Run the server using
python3 src/main.py.