https://github.com/timwis/electoral-calling
The fate of the country is in the hands of these 538 members of the electoral college. Here's who they are.
https://github.com/timwis/electoral-calling
Last synced: 6 months ago
JSON representation
The fate of the country is in the hands of these 538 members of the electoral college. Here's who they are.
- Host: GitHub
- URL: https://github.com/timwis/electoral-calling
- Owner: timwis
- License: mit
- Created: 2016-11-12T00:13:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T13:16:51.000Z (about 9 years ago)
- Last Synced: 2025-03-25T08:42:48.947Z (10 months ago)
- Language: JavaScript
- Homepage: http://electoral-calling.surge.sh
- Size: 46.9 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electoral calling
The fate of the country is in the hands of these 538 members of the
electoral college. Here's who they are.
This project is a JavaScript application built with the
[choo framework](https://github.com/yoshuawuyts/choo). The data
powering it is stored in a [google spreadsheet](https://docs.google.com/spreadsheets/d/1CHvGdLNmk4ltaX2E_2uDEVSomS5IUVhVDp5RvTu7FbQ/edit?usp=sharing)
which is fetched at every page load using [tabletop](https://github.com/jsoma/tabletop).
## Installation
Clone the repository and install dependencies using:
```bash
npm install
```
Run a development server using:
```bash
npm start
```
Optimize and build for production using:
```bash
npm run build
```
Build and deploy to [surge](http://surge.sh) using:
```bash
npm run deploy
```