UNPKG

api-football

Version:

API-FOOTBALL API wrapper https://api-football.com

28 lines (17 loc) 413 B
# API-FOOTBALL API ![npm (scoped)](https://img.shields.io/npm/v/api-football.svg) ## Installation ```bash $ npm install api-football ``` Get the API key from [api-football] ## Import ```js import ApiFootball from 'api-football'; const apiFootball = new ApiFootball(YOUR_API_KEY); ``` ## Usages ```js apiFootball.get(endpoint, params) ``` [api-football]: https://rapidapi.com/api-sports/api/api-football