api-football
Version:
API-FOOTBALL API wrapper https://api-football.com
28 lines (17 loc) • 413 B
Markdown
# API-FOOTBALL API

## 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