wtf-plugin-wikinews
v0.1.0
Published
plugin for wtf_wikipedia
Downloads
5
Readme
A work-in-progress plugin that provides support for infoboxes and templates from the wikinews project.
const wtf = require('wtf_wikipedia')
wtf.extend(require('wtf-plugin-wikinews'))
;(async () => {
await wtf.fetch('Arnold Schwarzenegger marks three day visit to Canada','wikinews').json()
})()
MIT