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

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.

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
```