Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vinitkumar/gist-browser
- Owner: vinitkumar
- Created: 2017-12-21T10:18:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T01:19:40.000Z (7 months ago)
- Last Synced: 2024-08-07T23:49:11.550Z (5 months ago)
- Language: JavaScript
- Homepage: https://gist-browser.vinit141408.now.sh/
- Size: 3.06 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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```