OpenBookPrices / country-data

Country related data such as ISO codes, currencies etc
MIT License
513 stars 165 forks source link

Search helpers #11

Closed bebraw closed 10 years ago

bebraw commented 10 years ago

This PR adds search helpers countries and currencies to the libraries. It is possible to access these through the lookup namespace. Only plural forms are supported for now to keep the API simple.

It could make sense to separate the search portion into a little module of its own. That would simplify testing and remove some redundancy from the implementation.

Closes #6.

evdb commented 10 years ago

Thank you, now on npmjs as v0.0.12 !

bebraw commented 10 years ago

Cool! Thanks. :)