Skip to content

Latest commit

 

History

History
124 lines (100 loc) · 5.73 KB

README.md

File metadata and controls

124 lines (100 loc) · 5.73 KB

climateticker

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact

About The Project

Thumbnail showing the landing of the app

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.

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/LucasNseyep/climateticker-v1.git
  2. Install gems
    bundle install

Usage

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

Roadmap

  • climateticker WebApp, see here
    • Single Page Application

See the open issues for a full list of proposed features (and known issues).

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Project Link: https://github.com/LucasNseyep/climateticker-v1

(back to top)