An open API service indexing awesome lists of open source software.

https://github.com/tomarrell/o_f


https://github.com/tomarrell/o_f

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Onefootball
Given API endpoint: https://vintagemonster.onefootball.com/api/teams/en/%team_id%.json (%team_id% must be replaced with a real number) Using the API endpoint, find the following teams by name:
* Germany
* England
* France
* Spain
* Manchester Utd
* Arsenal
* Chelsea
* Barcelona
* Real Madrid
* FC Bayern Munich

Extract all the players from the given teams and render to stdout the information about players alphabetically ordered by name. Each player entry should contain the following information: full name; age; list of teams.

Example:
1. Alexander Mustermann; 25; France, Manchester Utd
2. Brad Exampleman; 30; Arsenal
3. ...