1.0.1 • Published 1 year 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 iTest
npm run testFormat
npm run formatBuild
npm run buildPublish
npm publish