Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinahuber/whoisresponsible.us
:earth_asia: Climate change vulnerability, preparedness, and contribution data in a choropleth map and bar graph.
https://github.com/kevinahuber/whoisresponsible.us
climate-change data-visualization javascript react
Last synced: about 5 hours ago
JSON representation
:earth_asia: Climate change vulnerability, preparedness, and contribution data in a choropleth map and bar graph.
- Host: GitHub
- URL: https://github.com/kevinahuber/whoisresponsible.us
- Owner: kevinahuber
- License: mit
- Created: 2017-11-25T21:13:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:15:02.000Z (almost 2 years ago)
- Last Synced: 2024-03-03T09:00:23.749Z (8 months ago)
- Topics: climate-change, data-visualization, javascript, react
- Language: JavaScript
- Homepage: https://whoisresponsible.us
- Size: 2.01 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Who is responsible for Climate Change?
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)> [whoisresponsible.us](https://whoisresponsible.us?utm_source=github&utm_medium=code&utm_term=initial) explores climate change vulnerability, preparedness, and contribution data in a choropleth map and bar graph.
## Why?
The effects of climate change are reaching everyone, but in a staggeringly disproportionate way. This project seeks to explore the data behind that assertion. You can [learn more in my article](https://medium.com/@kevinahuber/who-is-responsible-for-climate-change-84cdcb9aa2cd).
## Contributing
Contributions are welcome!
Before beginning work, [open an issue](https://github.com/kevinahuber/whoisresponsible.us/issues) describing the changes you'd like to make.
### Requirements
Node 8+
### Setup
To run locally:
```
yarn
yarn start
```To run tests:
```
yarn test
```## Todo
* [ ] Redux everything!
* [ ] Animate categories all transition
* [ ] Recenter on zoom out
* [ ] Convert `activeSubcategories` to set
* [ ] Add alphabetical sort
* [ ] Add tooltips to Subcategories## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
| [
Kevin Huber](https://kevinahuber.com)
[π](#blog-kevinahuber "Blogposts") [π»](https://github.com/kevinahuber/whoisresponsible.us/commits?author=kevinahuber "Code") [π](https://github.com/kevinahuber/whoisresponsible.us/commits?author=kevinahuber "Documentation") [π€](#ideas-kevinahuber "Ideas, Planning, & Feedback") [π¨](#design-kevinahuber "Design") | [
Claire Sweet](https://www.behance.net/csweetdesigns)
[π€](#ideas-undefined "Ideas, Planning, & Feedback") [π¨](#design-undefined "Design") |
| :---: | :---: |This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## References
**Vulnerability and Preparedness (Readiness) Data**: ND-GAIN. 2014. Notre Dame Global Adaptation Initiative. South Bend, IN: University of Nortre Dame. http://index.nd-gain.org/.**Contribution Data**: CAIT. 2014. Climate Analysis Indicators Tool: WRIβs Climate Data Explorer. Washington, DC: World Resources Institute. http://cait2.wri.org.
## License
[MIT](LICENSE.md)