wikipedia-edits-stream

0.1.0 • Public • Published

wikipedia-edits-stream

A live stream of page edits on Wikipedia.

npm version build status ISC-licensed chat on gitter

Installing

npm install wikipedia-edits-stream

Usage

const edits = require('.')

const e = edits()
e.on('data', console.log)
e.on('error', (err) => {
	console.error(err)
	process.exit(1)
})

setTimeout(() => e.close(), 10 * 1000)

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

Package Sidebar

Install

npm i wikipedia-edits-stream

Weekly Downloads

0

Version

0.1.0

License

ISC

Last publish

Collaborators

  • derhuerst