0.3.0 • Published 8 years ago

@aoki/freshness v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

freshness

List pull requests crossing to multiple organizations.

Setup

git clone https://github.com/ringohub/freshness.git
npm i # or yarn install

Write configuration file (config/default.js).

Change api end-point, organization and github token. !! This application perform local only now !! If run at a server, then can't stop to expose AccessToken in HTTP requests. Now, I implementing Auth feature. :bow: :pray:

Run

npm run dev

Environment Variables

KeyDescriptionDefault
FRESHNESS_GITHUB_API_URLSpecify GitHub or GitHub:Enterprise API URLhttps://api.github.com
FRESHNESS_GITHUB_API_TOKENSpecify GitHub personal access token (Require: Generate here)
FRESHNESS_TARGET_ORGSSpecify GitHub organizations for listing pull requestsgithub,nodejs

Test

npm test