Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vinitkumar/gist-browser

Real time Gist monitor
https://github.com/vinitkumar/gist-browser

Last synced: about 2 months ago
JSON representation

Real time Gist monitor

Awesome Lists containing this project

README

        

## Gist Monitor Dashboard

[![Build Status](https://travis-ci.com/vinitkumar/gist-browser.svg?branch=master)](https://travis-ci.com/vinitkumar/gist-browser)

![screenshot](https://cldup.com/FnSnyMtqvQ.png)

The project is built with create-react-app and uses React and Gist APIs from GitHub to create a realtime Gist monitor for public Gists

### Installation

Make sure you have Node.js, npm and yarn installed.

```
# install dependencies
npm install

# Run the project
npm start

# Prepare build
npm build

# Run tests
npm test

```