0.0.4 • Published 9 months ago

api-sport-cli v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

API SPORT

A cli tool for https://api-sports.io/ Retreive data and convert to sql file

Install

# NPX 
npx api-sport-cli
# or install globally
npm -g api-sport-cli

Usage

You must define environnment variable SPORT_API_KEY, before use cli. Get your api key

export SPORT_API_KEY=XXXX
api-sport <cmd> [args]

Commands :
  api-sport get-matchs  Fetch matches from sport API

Options :
  --version                                             [boolean]
  --help                                                [boolean]

Made with ❤️ by BilelJegham

Development

# Install & link dev s
npm install 
npm link .

# Build & launch
npm run build && api-sport

# uninstall (unlink)
npm unlink .
0.0.3

9 months ago

0.0.4

9 months ago

0.0.1

11 months ago

0.0.2

11 months ago

0.0.0

11 months ago