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.
npm install @klimapi/klimapi-node --save
const KlimAPI = require('@klimapi/klimapi-node');
const config = KlimAPI.createConfiguration({
authMethods: {
apiKey: 'test-key',
}
});
const klimapi = new KlimAPI.KlimApi(config);See Docs here.