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

https://github.com/richardlitt/dashboard

Another GitHub status dashboard
https://github.com/richardlitt/dashboard

dashboard github health maintainer organization repository vitality

Last synced: about 2 months ago
JSON representation

Another GitHub status dashboard

Awesome Lists containing this project

README

          

# Dashboard

Another GitHub status dashboard.

Similar in scope to [RichardLitt/maintainer-dashboard](https://github.com/RichardLitt/maintainer-dashboard).

## Install

Run `npm i` in both the backend and frontend folders.

TODO Extract this out into it's own folder.

## Usage

```sh
# Get Mongo up and running
sudo mongod --dbpath /data/db
# Run Node
cd backend
node index.js
# Run the front end
cd ../frontend
npm start
# Open
cd ../public
open index.html
# Voila
```

## Contribute

Go on ahead! Open an issue.

## License

[MIT](LICENSE) © 2017 Haadcode and Richard Littauer