Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Quartz/presidents-economy

Tracking Trump's economic promises
https://github.com/Quartz/presidents-economy

charts project qz-things

Last synced: 26 days ago
JSON representation

Tracking Trump's economic promises

Awesome Lists containing this project

README

        

# presidents-economy

Evaluating past president's performance on the economy, and benchmarking Trump into the future.

## Setup

```
mkvirtualenv presidents-economy
pip install -r requirements.txt
```

## Usage

To update the data from [the spreadsheet](https://docs.google.com/spreadsheets/d/1tVRmfLX6QzoctATHbTRJhjb5KMNJUcB4vM-Wj28SCNk/edit#gid=0):

```
python update.py
```

To run the local server:

```
gulp
```