https://github.com/aodin/listofthings
A list of things updated in real time
https://github.com/aodin/listofthings
Last synced: 2 months ago
JSON representation
A list of things updated in real time
- Host: GitHub
- URL: https://github.com/aodin/listofthings
- Owner: aodin
- License: mit
- Created: 2014-03-07T20:14:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T20:02:45.000Z (almost 10 years ago)
- Last Synced: 2025-01-21T08:29:39.897Z (4 months ago)
- Language: Go
- Homepage:
- Size: 602 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
listofthings
============A list of things updated in real time
### Installation
Global `npm` modules:
npm install -g jshint
npm install -g gulpLocal `npm` modules:
npm install
Build:
gulp build
Go command line:
* [gin](https://github.com/codegangsta/gin)
* [godep](https://github.com/tools/godep)Run:
gin -godep -a 9001 -p 9000 run list.go
And visit `localhost:9000`
aodin, 2014-2015