Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Standalone code.json harvester and Lunr index creator - DEPRECATED

License

Notifications You must be signed in to change notification settings

GSA/code-gov-harvester-deprecated

Repository files navigation

Code.gov Harvester

Harvester to process agency code.json files.

DEPRECATION WARNING

This repository is considered deprecated and will be archived. For the new version of this tool please go to GSA/code-gov-harvester.

Running

  1. Clone repo: $> git clone [email protected]:GSA/code-gov-harvester.git
  2. Move into the project directory
  3. Install npm modules: $> npm install
  4. Run index.js: $> node index.js

Generated Files

Three files will be generated:

  1. harvester.log: harvester log file
  2. data/release.json<timestamp>: JSON file with all the released projects found in each agency's code.json.
  3. data/releaseIndex.json<timestamp>: JSON file with the created LunrJS index