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';
  • use this format
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

/api-football-rapidapi/

    Package Sidebar

    Install

    npm i api-football-rapidapi

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.72 kB

    Total Files

    5

    Last publish

    Collaborators

    • ratts13