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

https://github.com/petermikitsh/sandiego-2020-primary-results

Interactive maps for viewing San Diego County 2020 Primary Results
https://github.com/petermikitsh/sandiego-2020-primary-results

d3 d3js elections

Last synced: 3 months ago
JSON representation

Interactive maps for viewing San Diego County 2020 Primary Results

Awesome Lists containing this project

README

          

# sandiego-2020-primary-results

View Election Results

Web app for viewing results from the San Diego County March 3, 2020 primary.

![results.png](results.png)

## Development

```
nvm use
yarn install
yarn start
```

## Development Resources

- Visualize GeoJSON Files
https://mapshaper.org/

## Deploying

```
yarn run build
yarn run deploy
```