https://github.com/tomarrell/o_f
https://github.com/tomarrell/o_f
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomarrell/o_f
- Owner: tomarrell
- Created: 2019-05-15T11:11:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T18:42:44.000Z (over 3 years ago)
- Last Synced: 2025-08-20T06:30:50.352Z (10 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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. ...