Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.