climateticker is a program that enables users to easily uncover and analyze corporate climate goals outlined in annual reports.
Report Bug
·
Request Feature
Table of Contents
I've been thinking about sustainability a lot lately. Especially how my own habits are impacting the environment. This had me quit shopping for new clothes in the first 6 months of the year. But it also got me curious about what the companies I go to for products and services are doing. And so I came up with this: climateticker
. This v1
is a simple proof of concept. It's a fun little CLI app that allows to know what the largest public companies in the world are doing to reach net-zero.
- Clone the repo
git clone https://github.com/LucasNseyep/climateticker-v1.git
- Install gems
bundle install
The project started with the idea that curious individuals or concerned citizens like myself would want to check what big companies are doing.
However, I found that the users that could make the most of the tool are Business Development Representatives (BDRs) working for carbon accounting platforms when researching their clients.
climateticker_demo.mp4
- climateticker WebApp, see here
- Single Page Application
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project Link: https://github.com/LucasNseyep/climateticker-v1