spencermountain/wtf_wikipedia

Re-ordered image params syntax

Open

#303 opened on Aug 29, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (128 forks)github user discovery
help wantedhmm

Repository metrics

Stars
 (851 stars)
PR merge metrics
 (PR metrics pending)

Description

Hello. Thank you very much for your work. You did the great job. In my work I use your module a lot. Today I fond a small issue, it is very important to me. In a few cases when I make request for example: var wtf = require('wtf_wikipedia'); wtf.fetch('Michelle Obama', 'en', (err, doc) => { console.log(JSON.stringify(doc.images())); }); returns wrong images caption Screen Shot 2019-08-29 at 12 51 03

It would be very nice if you can fix it. Thank you very much

Contributor guide