Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxbozo/18f-bpa-repos
Compiles data about repos for GSA 18F Agile Delivery Services BPA
https://github.com/linuxbozo/18f-bpa-repos
Last synced: 2 months ago
JSON representation
Compiles data about repos for GSA 18F Agile Delivery Services BPA
- Host: GitHub
- URL: https://github.com/linuxbozo/18f-bpa-repos
- Owner: LinuxBozo
- Created: 2015-06-28T20:58:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T13:36:34.000Z (over 9 years ago)
- Last Synced: 2024-10-08T19:38:13.324Z (3 months ago)
- Language: JavaScript
- Homepage: https://adsbpastats.herokuapp.com
- Size: 179 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 18F ADS BPA Repo Stats
This app performs some pre-configured searches against the [github developer API](https://developer.github.com/v3) to try to compile a list of repositories that are involved in the [18F](https://18f.gsa.gov/) [Agile Delivery Services Blanket Purchase Agreement (BPA)](https://18f.gsa.gov/2015/06/15/agile-bpa-is-here/) Request For Quotation (RFQ) process.
See it LIVE: https://adsbpastats.herokuapp.com
## Build & development
[Generate a github OAuth token](https://github.com/settings/tokens/new)
Export your token as an environment variable:
```shell
$ export GITHUB_API_TOKEN=
```Run `grunt` for building and `grunt serve` for preview.
## Testing
Running `grunt test` will run the unit tests with karma.