spencermountain/wtf_wikipedia

Re-ordered image params syntax

开放

#303 创建于 2019年8月29日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (128 个派生)github user discovery
help wantedhmm

仓库指标

星标
 (851 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南