hampusborgos / country-flags

SVG and PNG renders of all countries' flags.
3.45k stars 978 forks source link

Do you have an API or endpoint from which we can just get a country's image? #125

Closed kash0296 closed 3 years ago

kash0296 commented 3 years ago

I was previously using restcountries.eu for rendering flags on my website, but I'm looking to use something else, as their endpoint is no longer rendering flags for me. When i opened a flag in a new tab, i saw a cdn link. Can this link be used by users for rendering the flags? I would prefer not to install an extra npm module for this use case or store them in my codebase either locally. It would be great if we could use the CDN link!

Thanks!

wyattoday commented 3 years ago

Nope. Install it to your server. You can't rely on that 3rd party. They've broken in the past and will likely break in the future.

kash0296 commented 3 years ago

Okay, thanks for clarifying!