0.4.4 • Published 6 months ago

hcb.js v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

hcb.js

A npm package for the HCB transparency API

Getting Started!

CJS

const { HCB } = require('hcb.js');
const hcb = new HCB();

// Get 100 transactions from hq's account
const transactions = hcb.transaction.allOrgTransactions({
	id: 'hq',
	per_page: 100
});

ESM / TS

import { HCB } from 'hcb.js';
const hcb = new HCB();

// Get 100 transactions from hq's account
const transactions = hcb.transaction.allOrgTransactions({
	id: 'hq',
	per_page: 100
});

Documentation

This is still a beta package and there is no documentation currently However intelisense should work and you can always read the source code There is also autogenerated typedoc information here

0.4.4

6 months ago

0.4.3

7 months ago

0.4.2

7 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.0

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago