node-wikipedia icon indicating copy to clipboard operation
node-wikipedia copied to clipboard

Node.js wrapper for Wikipedia API

Results 6 node-wikipedia issues
Sort by recently updated
recently updated
newest added

set the endpoint for the api like so: ``` wiki = require("node-wikipedia"); wiki.setEndpoint("http://de.wikipedia.org/w/api.php") // now searching in the german wikipedia ```

Parsed `text` items seem to consist only of sentences. How would it be possible to capture the different paragraph to space content adequately?

Any chance to expose the Wikipedia Parse Text on Page module? I've tried to submit a commit but was unable to do it.

Would be cool if the MediaWiki url could be configured since there are more MediaWikis around than just Wikipedia and they all offer this API. The Wikipedia url is hardcoded...

Is there any documentation for this? How can I grab a random wikipedia article and read it's summary?