country-flag-provider
v0.1.1
Published
## Usage ``` const provider = new CountryFlagProvider() const countryCodeGermany = 'de' const theFlagAsSVGFile = provider.getCountryFlag(countryCodeGermany) response.send(theFlagAsSVGFile) // tested successfully with express ```
Downloads
2
Readme
Serving Country Flags
Usage
const provider = new CountryFlagProvider()
const countryCodeGermany = 'de'
const theFlagAsSVGFile = provider.getCountryFlag(countryCodeGermany)
response.send(theFlagAsSVGFile) // tested successfully with express