api-football-rapidapi
1.0.1 • Public • Published api-football-rapidapi
Npm lib for https://www.api-football.com/
How to use.
- import api-football to your project
import apiFotball from 'api-football-rapidapi';
const rapidapi = new apiFotball('API_KEY');
rapidapi.get('v2/fixtures/live', '?').then((res) => {
console.log(JSON.stringify(res, true, 1))
})
- v2/fixtures/live is endPoint (example: v2/timezone, v2/seasons, etc...)
- ? is paramet (example: league_id, team_id, etc...)
to more information,
instagram: @victorRatts
twitter: @RattsVictor
Telegram: @VictorRatts
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.1 | 11 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.1 | 11 | |
1.0.0 | 0 | |
Package Sidebar
Install
npm i api-football-rapidapi
Weekly Downloads