0.1.1 • Published 6 years ago

ptwikiparser v0.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

PtWiktionaryParser

A parser for PT wiktionary

Install

    npm install git+https://github.com/jayralencar/PtWiktionaryParser

Usage

var parser = require("ptwikiparser")

parser.fetch(process.argv[2]).then(function(res){
  console.log(res)
})
0.1.1

6 years ago