Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edsu/wikipulse
a gauge widget to display wikipedia activity
https://github.com/edsu/wikipulse
Last synced: 3 months ago
JSON representation
a gauge widget to display wikipedia activity
- Host: GitHub
- URL: https://github.com/edsu/wikipulse
- Owner: edsu
- Created: 2011-11-01T15:48:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T22:01:01.000Z (about 7 years ago)
- Last Synced: 2024-04-15T12:18:23.528Z (10 months ago)
- Language: JavaScript
- Homepage: http://wikipulse.herokuapp.com
- Size: 345 KB
- Stars: 41
- Watchers: 5
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wikipulse is a simple visualization of edits to various major language
wikipedias using node.js. The app connects to mediawiki IRC chatrooms
where article edits are announced by a bot, and keeps track of the edits
in redis. It also runs a webserver on the port specified in config.json.1. `sudo aptitude install redis-server nodejs npm`
1. `npm install`
1. `node wikipulse.js`
1. point your browser at localhost:3000Thanks to [Dario Taraborelli](http://nitens.org/taraborelli/home)
of the [Wikimedia Foundation](http://wikimediafoundation.org/) for the idea.License: Public Domain