Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Audius Protocol | 524 | 1 | 3 | 19 hours ago | 425 | May 27, 2022 | 42 | other | TypeScript | |
The Audius Protocol - Freedom to share, monetize, and listen to any audio content. | ||||||||||
Interledger Rs | 195 | 5 months ago | n,ull | other | Rust | |||||
An easy-to-use, high-performance Interledger implementation written in Rust | ||||||||||
Radiator | 48 | 13 | 2 | a year ago | 59 | November 09, 2020 | 1 | other | Ruby | |
Hive Ruby API Client | ||||||||||
Carbon Footprint | 36 | 2 years ago | 24 | August 04, 2021 | gpl-3.0 | TypeScript | ||||
Calculate your carbon footprint 🏭👣 from food, transport, purchases, fashion, electricity and digital activities like streaming, cryptoArt or blockchain. | ||||||||||
Blockchain Etl Streaming | 23 | 2 years ago | 3 | mit | Python | |||||
Streaming Ethereum and Bitcoin blockchain data to Google Pub/Sub or Postgres in Kubernetes | ||||||||||
Notestream | 15 | 2 | 3 years ago | 4 | April 07, 2020 | 12 | lgpl-3.0 | TypeScript | ||
Private money streaming on Ethereum using AZTEC Protocol | ||||||||||
Blkdat Stream | 14 | 8 years ago | 3 | March 25, 2015 | 1 | mit | JavaScript | |||
A blk*.dat streaming module, useful for parsing the Bitcoin blockchain | ||||||||||
Chainsync | 12 | 5 years ago | 10 | March 24, 2018 | 1 | mit | Python | |||
a framework for streaming blockchain transactions/operations into other mediums | ||||||||||
Streamflow Program | 10 | 2 years ago | n,ull | agpl-3.0 | Rust | |||||
StreamFlow Finance Rust program for Solana | ||||||||||
Architecture By Me | 8 | 4 years ago | mit | |||||||
A collection of architectures made by myself |
Calculate your carbon footprint. Food, transport, purchases, fashion, electricity and digital activities like streaming, cryptoArt or blockchain.
Used in NMF.earth open-source project. Can be found on NPM.
Unit of measurement used in the project are following the International System of Units to avoid confusion and make everything easy to remember : seconds for time, energy in joules, mass in kilogram, distance in meters, memory in bits.
Therefore meter is used instead of kilometer for distance and any mass is in kilogram.
yarn add carbon-footprint
or
npm install carbon-footprint
import { transport } from 'carbon-footprint'
...
const emission = kilometer * transport.fossilFueledCar;
If you want to see how we use this module, check the NMF.earth app repo.
You can verify any number. A link can be found inside corresponding file.
Any Contribution is welcome!
Please read this if you want to contribute.
yarn test
yarn lint
yarn tsc
yarn format
To publish to npm, just create a new release.
Repository and contributions are under GNU General Public License v3.0