Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Quartz/presidents-economy
- Owner: Quartz
- Archived: true
- Created: 2016-11-18T22:03:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T05:18:13.000Z (almost 6 years ago)
- Last Synced: 2024-04-16T08:12:35.079Z (9 months ago)
- Topics: charts, project, qz-things
- Language: JavaScript
- Homepage: https://qz.com/843882/10-charts-for-tracking-whether-trump-is-delivering-on-his-economic-promises/
- Size: 1.24 MB
- Stars: 2
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```