npm install
Copy sample.env
to .env
and fill in the connection details. Before starting
the server, run source .env
to export the variables to your local environment.
If you want to use with HTTPS, put your certifiates in the app's root directory
and name them cert
and key
.
node server.js
Get all data for a list of EINs.
Returns data in this format:
[{
info: { BMF data about the organization }
data: [ List of extract data, including assets, revenue, etc]
}]
Get all data for an EIN
Get all organizations in Detroit with a specific NTEE code (eg "P20"). Results are grouped by organization name.