procurement-js
v0.2.1
Published
US Federal Government Contracting โ JS ๐ฐ ๐
Downloads
1
Readme
procurement-js
Government Contracts Rule Everything Around Me. Why not a javascript package?
Installation
npm i procurement-js
Features
- Client-side UEI validation
- Directly access USASpending recipient profile URLs with only a UEI
Usage
Procurement.getUSASpendingURL("J7M9HPTGJ1S9", { level: "C" });
// https://www.usaspending.gov/recipient/bf1220c1-2373-042a-e8e1-33d5a29639d0-C/latest
Procurement.validUEI("J7M9HPTGJ1S9");
// true
Planned features
- Maybe some API wrappers?
- Maybe some NAICS / PSC autocomplete things?
- If you have other ideas, let me know!
License
Apache 2.0