Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 516 Bytes

File metadata and controls

21 lines (12 loc) · 516 Bytes

@klimapi/klimapi-node

This API offers you the possibility to calculate and offset emissions, create checkout links, get statistics and much more.

For more information, please visit https://klimapi.com/resources/docs.

Installation

npm install @klimapi/klimapi-node --save

Setup new API Instance

const { KlimApi } = require('@klimapi/klimapi-node');

const klimapi = new KlimApi('your-private-api-key');

Methods

See Docs here.