Wikipedia icon indicating copy to clipboard operation
Wikipedia copied to clipboard

Wikipedia for node and the browser

Results 8 Wikipedia issues
Sort by recently updated
recently updated
newest added

Update axios to latest beta release to allow compatibility with edge environments (vercel, deno, cloudflare workers, etc.)

page: https://fr.wikipedia.org/wiki/Marseille Wikipedia value: `13055 et de [[Secteurs et arrondissements de Marseille|13201 à 13216]]` Expected: `13055 et de 13201 à 13216` probably ? Actual: `Secteurs et arrondissements de Marseille` ```...

I want to detect when a page doesnt exist so Im catching exceptions, and trying to work out if the exception is a pageError. So Im trying to use :...

Hi, It would be nice to also add the URL of the Wikipedia page as a parameter of wiki.page(), not only the title and pageId. Thanks!

enhancement

Do you have any thoughts on what `Invalid attempt to destructure non-iterable instance` is referring to in this context? ``` /PROJECTS/research/node_modules/wikipedia/dist/page.js:256 throw new errors_1.infoboxError(error); ^ infoboxError: infoboxError: TypeError: Invalid attempt...

When requesting the page "23", it is expected to receive this page: https://en.wikipedia.org/wiki/23 Expected behavior: `wiki.page("23") -> https://en.wikipedia.org/wiki/23` `wiki.page(23) -> https://en.wikipedia.org/wiki/Assistive_technology` Actual behavior: `wiki.page("23") -> https://en.wikipedia.org/wiki/Assistive_technology` (which has ID 23)...

When I do these one at a time they all resolve with a page, when I do more than ten at a time they start to throw pageerrors. I made...

There are a lot of new REST APIs for wikipedia present in the REST API docs. We'll look through them one by one and implement the same. Any one who...

enhancement
help wanted
good first issue