- Notifications
You must be signed in to change notification settings - Fork11
a gauge widget to display wikipedia activity
NotificationsYou must be signed in to change notification settings
edsu/wikipulse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
wikipulse is a simple visualization of edits to various major languagewikipedias using node.js. The app connects to mediawiki IRC chatroomswhere article edits are announced by a bot, and keeps track of the editsin redis. It also runs a webserver on the port specified in config.json.
sudo aptitude install redis-server nodejs npm
npm install
node wikipulse.js
- point your browser at localhost:3000
Thanks toDario Taraborelliof theWikimedia Foundation for the idea.
License: Public Domain