5.0.0 • Published 8 years ago

intl-wikipedia v5.0.0

Weekly downloads
37
License
MIT
Repository
github
Last release
8 years ago

intl-wikipedia

Search from wikipedia for any language

Install

Install using npm:

    $ npm install intl-wikipedia

Usage

const Intlpedia = require('intl-wikipedia')
const searchTerm = 'Bernie Sanders'
const intlpedia = new Intlpedia('zh')
intlpedia.search(searchTerm)
  .then(page => console.log(page))
  .catch(err => console.error(err))

Test

Run tests:

    $ npm test

Tested with node.js v6.0+

License

The MIT License (MIT)

Copyright (c) 2016

5.0.0

8 years ago

4.1.6

8 years ago

4.1.5

8 years ago

4.1.4

8 years ago

4.1.3

8 years ago

4.1.2

8 years ago

4.1.1

8 years ago

4.1.0

8 years ago

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.0.6

8 years ago

3.0.5

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago