ptwikiparser
v0.1.1
Published
A parser for PT wiktionary
Readme
PtWiktionaryParser
A parser for PT wiktionary
Install
npm install git+https://github.com/jayralencar/PtWiktionaryParserUsage
var parser = require("ptwikiparser")
parser.fetch(process.argv[2]).then(function(res){
console.log(res)
})