api-congress-gov
v1.0.1
Published
TypeScript wrapper around api.congress.gov
Downloads
7
Readme
🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧
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