dijs / wiki

Wikipedia Interface for Node.js
MIT License
315 stars 61 forks source link

Pass info options to infobox parser #45

Closed goferito closed 7 years ago

goferito commented 7 years ago

This allows something like:

wiki({ simplifyDataValues: false }).page('Dublin').then...

or

dublin.info({ simplifyDataValues: false }).then...
goferito commented 7 years ago

Fixes #44

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling aad9530ef03cb9e950fcf597b99f886875917055 on goferito:info-opts into 34d3000f442bcdd2b55d75cdebc073e5275771ee on dijs:master.

goferito commented 7 years ago

:not: :cool: :question:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling b553fd62e30ce149f5d7abc55e504a5d054ef828 on goferito:info-opts into 34d3000f442bcdd2b55d75cdebc073e5275771ee on dijs:master.

dijs commented 7 years ago

Very, cool. Let me add a couple comments.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 30b3bfb81d1e8c434faec9ea5cea5533d7e08f55 on goferito:info-opts into 34d3000f442bcdd2b55d75cdebc073e5275771ee on dijs:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c177307bd75ca00a70604e930dd04fe1b38690a4 on goferito:info-opts into 34d3000f442bcdd2b55d75cdebc073e5275771ee on dijs:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 9ec1ef661a1a47246da0b7b391f3699c6d9a131a on goferito:info-opts into 34d3000f442bcdd2b55d75cdebc073e5275771ee on dijs:master.

dijs commented 7 years ago

Thanks!