Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaacsarte/football_api_wrapper
https://github.com/isaacsarte/football_api_wrapper
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isaacsarte/football_api_wrapper
- Owner: IsaacSarte
- Created: 2022-03-15T12:30:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T02:32:34.000Z (over 1 year ago)
- Last Synced: 2024-10-02T20:01:23.539Z (about 1 month ago)
- Language: Ruby
- Homepage: https://ipoball-api.onrender.com/
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Football API Wrapper
* See all available Football Leagues
* Check a specific Football League
* See Teams in a League per Season
* Check a specific Team details
* See all Standings of a League per season
* See all matches/fixtures of a specific League
* See live matches/fixtures of a specific League
* See what is happening in the Transfer market of a specific Player## Cloning:
`git clone https://github.com/IsaacSarte/football_api_wrapper.git`## After Cloning:
```
& bundle install
& rails db:create
& rails db:migrate
```## Routes:
`/leagues` - all leagues
`/leagues/{id}` - specific league
`/teams/leagues/{id}/{season}` - all teams in a league per season **(YYYY)**
`/teams/{id}` - specific team
`/standings/leagues/{id}/{season}` - standings of a league per season **(YYYY)**
`/matches/leagues/{id}/{season}` - see all matches of a league per season **(YYYY)**
`/matches/leagues/{id}/{season}/live/{live}` - see all live matches of a league per season **(YYYY)**
`/transfers/{player_id}` - see a player's transfer market history