Socket
Socket
Sign inDemoInstall

resultados-futbol-api

Package Overview
Dependencies
47
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    resultados-futbol-api

Node implementation for the resultados-futbol.com API


Version published
Weekly downloads
2
Maintainers
1
Install size
3.71 MB
Created
Weekly downloads
 

Readme

Source

Resultados-Futbol Node API

Node.js implementation for the Resultados Futbol API

Installation

npm i --save resultados-futbol-api

Usage

Require the library and initialize it with your account key:

const RF = require('resultados-futbol-api')

const rf = new RF('your-api-key')
Get Leagues Data
rf.getLeagues()
  .then((leagues) => {
    console.log(leagues)
  })
  .catch(console.error)

More methods coming soon

Running Tests

In order to run the tests, the integration tests require to create a secrets.js file from the provided secrets.js.example example, and fill it in with a valid access key.

Then just mocha.

License

MIT

Keywords

FAQs

Last updated on 10 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc