Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0v/g0vTxT
Visualize g0v hackpad's information.
https://github.com/g0v/g0vTxT
Last synced: 3 months ago
JSON representation
Visualize g0v hackpad's information.
- Host: GitHub
- URL: https://github.com/g0v/g0vTxT
- Owner: g0v
- Created: 2014-02-20T12:19:19.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-11-23T17:06:47.000Z (about 10 years ago)
- Last Synced: 2024-07-31T22:37:47.582Z (6 months ago)
- Language: JavaScript
- Homepage: http://g0v.github.io/g0vTxT/
- Size: 1.68 MB
- Stars: 6
- Watchers: 120
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-g0v - g0vTxT - g0v hackpad 分析器 (Infrastructure / g0v 基礎建設)
README
g0vTxT
=============
Visualize g0v hackpad's information and view g0v communiques.## Structure
- asserts
+ data
+ imgs
+ scripts
+ styles
- vendor
+ angular
+ d3js
+ jquery
+ semantic-ui
- views## Installation
[![devDependency Status](https://david-dm.org/g0v/g0vTxT/dev-status.svg?style=flat-square)](https://david-dm.org/g0v/g0vTxT#info=devDependencies)`npm i`
`npm start`
and then open `http://localhost:3000/`
## Change Log
#### 2014/06/23 v0.1.2
- Add select month to show communique.
- Update package.json#### 2014/06/22 v0.1.1
- Use AngularJS router#### 2014/06/21 v0.1.0
- Add Communique viewer#### 2014/06/07 v0.0.4
- Get Data from Communique API.#### 2014/05/21 v0.0.3
- Add Hackpad Viewer#### 2014/05/08 v0.0.2
- Visualize the g0v hackpad information.#### 2014/05/06 v0.0.1
- init
- Using gulp to build simple webserver and livereload.## License
The MIT License (MIT)
Copyright (c) 2014 Lee < [email protected] >
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.