Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 521 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 521 Bytes

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