https://github.com/groda/worldcup2018
A simple REST service providing links to country flags from Wikipedia for World Cup 2018 teams.
https://github.com/groda/worldcup2018
country-codes country-flags worldcup2018
Last synced: 8 months ago
JSON representation
A simple REST service providing links to country flags from Wikipedia for World Cup 2018 teams.
- Host: GitHub
- URL: https://github.com/groda/worldcup2018
- Owner: groda
- License: mit
- Created: 2018-06-04T22:02:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T11:07:09.000Z (over 1 year ago)
- Last Synced: 2025-06-02T02:42:10.892Z (about 1 year ago)
- Topics: country-codes, country-flags, worldcup2018
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Get country flags for the World Cup 2018 teams
This projects implements a simple RESTful API that processes HTTP GET requests.
The data is a collection of links to SVG country flags for all the FIFA World Cup 2018 teams. The links point to public domain images from Wikipedia.
## Getting Started
To test this project:
### With curl
```
curl -H "Content-Type: application/json" -X GET https://kiwi-check.glitch.me/country_data?cc=uy
```
### In a web browser
In a new tab, go to: [https://kiwi-check.glitch.me/country_data?cc=uy](https://kiwi-check.glitch.me/country_data?cc=uy)
## Getting Help
Open [https://kiwi-check.glitch.me](https://kiwi-check.glitch.me) to see some more examples