1.0.1 • Published 10 months ago
api-congress-gov v1.0.1
🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧
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