wtf-plugin-wiktionary
v0.1.0
Published
plugin for wtf_wikipedia
Downloads
8
Readme
A work-in-progress plugin that provides support for infoboxes and templates from the wiktionary project.
const wtf = require('wtf_wikipedia')
wtf.extend(require('wtf-plugin-wiktionary'))
;(async () => {
await wtf.fetch('scrumptious','wiktionary').json()
})()
MIT