1
0
mirror of https://github.com/bigchaindb/github-projects.git synced 2025-02-14 21:10:28 +01:00
2017-05-16 12:26:46 +00:00
2017-05-09 00:47:50 +02:00
2017-05-09 00:47:50 +02:00
2017-05-09 00:47:50 +02:00
2017-05-09 00:47:50 +02:00
2017-05-09 01:51:34 +02:00
2017-05-09 00:47:50 +02:00
2017-05-09 00:47:50 +02:00
2017-05-11 17:55:12 +02:00

github-projects

Microservice to cache and expose GitHub projects for use throughout www.bigchaindb.com.

Build Status XO code style Greenkeeper badge

API

Endpoint: https://bigchaindb-github.now.sh

GET /

200: Returns a list of all public projects as follows

[
  {
    "name": "project-name",
    "description": "The description",
    "stars": 3040,
    "forks": 293,
    "is_fork": false,
    "release": "v0.10.0",
    "url": "https://github.com/bigchaindb/project"
  }
]

Development

Install dependencies:

npm install

And run the server:

npm start

Test

Run the tests:

npm test

Deployment

Deploy to now, make sure to switch to BigchainDB org before deploying:

# first run
now login
now switch

# deploy
now
# switch alias to new deployment, e.g.
now alias bigchaindb-github-projects-wxkyissxos bigchaindb-github

Authors

Blatantly copied from inspired by zeit/github-projects

Description
🤖 Microservice to cache and expose our GitHub projects. Beep boop.
Readme 286 KiB
Languages
JavaScript 100%