MartinsOnuoha / countriesNowAPI

CountriesNow is an Open source API for retrieving geo-information for countries, including their states, cities, population, etc. 🌎
http://countriesnow.space
MIT License
179 stars 55 forks source link

feat(countryController/getCountriesInfo): Includes new controller #16

Closed iambenkay closed 4 years ago

iambenkay commented 4 years ago

Usage:

GET /v0.1/countries/info?returns=unicodeFlag,flag,currency

currently the only supported data attributes are unicodeFlag, flag and currency.

closes #15