Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reubano/gh-viewer
Web app that displays information about github users and their followers
https://github.com/reubano/gh-viewer
app chaplin leaflet map visualization
Last synced: 23 days ago
JSON representation
Web app that displays information about github users and their followers
- Host: GitHub
- URL: https://github.com/reubano/gh-viewer
- Owner: reubano
- License: mit
- Created: 2013-12-16T18:49:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T17:30:33.000Z (over 7 years ago)
- Last Synced: 2024-10-15T09:46:29.186Z (2 months ago)
- Topics: app, chaplin, leaflet, map, visualization
- Language: CoffeeScript
- Homepage: https://gh-viewer.herokuapp.com/
- Size: 501 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GH Viewer
This is an HTML5 single page application, built with
[Brunch](https://brunch.io) and [Chaplin](https://chaplinjs.org).## Installation
Clone this repo
git clone https://github.com/reubano/gh-viewer.git
## Getting started
### Setup (if you don't have them):
[Node.js](https://nodejs.org) (on OS X)
sudo port install node
or
brew install node
[Brunch](https://brunch.io)
npm install -g brunch
[Bower](https://bower.io/)
npm install -g bower
[CoffeeScript](http://coffeescript.org/)
npm install -g coffee-script
### Development versions
```bash
$ node --version
v4.4.5
$ npm --version
5.0.3
$ brunch --version
2.10.9
$ bower --version
1.8.0
$ coffee --version
CoffeeScript version 1.12.6
```### Running
Install both node and bower dependencies
npm install
Watch the project with continuous rebuild (this will also launch HTTP server with [pushState](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history))
brunch watch --server
## Other commands
Watch the project with continuous rebuild, but don't serve it
brunch watch
Build minified assets
brunch build --production
Launch a production express server
coffee server.cofee
## License
GH Viewer is distributed under the [MIT License](http://opensource.org/licenses/MIT)