Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 801 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 801 Bytes

Codeship Status for databraid-dashboard/github-api

Databraid GitHub API

Description

GraphQL endpoints housed in an Express server to access GitHub's API v3 and serve information to the Databraid GitHub Widget. Authentication happens with Oauth2 where you will be redirected to a GitHub sign in screen to allow Databraid access to some information about your GitHub account.

Usage

Before beginning make sure you have Docker installed and running, then do:

npm i
npm run up

When finished developing do:

npm run down

Testing and linting can all be done respectively with:

npm test
npm run lint