Skip to content

duerdod/countryflags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countryflags api

Format

The same structure as countryflags.io. Flags generated using this.

Example

<img src="http://localhost:8000/:country_code/:style/:size.png" />
<img src="http://localhost:8000/se/flat/64.png" />

example

Run with docker

Using docker manually

docker build -t countryflags . && docker run -it --init -p 8000:8000 countryflags

With compose

docker-compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published