1.0.1 • Published 10 months ago

api-congress-gov v1.0.1

Weekly downloads
-
License
WTFPL
Repository
github
Last release
10 months ago

🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧

This project is in very early development. Do not use in production.

🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧

api-congress-gov

A type-safe wrapper around api.congress.gov.

Usage

const apiInstance = api(YOUR_api.congress.gov_API_KEY);

const bills = await apiInstance.bill.billListAll({
    offset: 0,
    limit: 20,
});
...

Contribution

Install Dependencies

npm i

Test

npm run test

Format

npm run format

Build

npm run build

Publish

npm publish
1.0.1

10 months ago

1.0.0

10 months ago