xmlsoccer

0.0.1 • Public • Published

XMLSoccer

Promise based client for XMLSoccer.com based on node-soap

const Xmlsoccer = require('xmlsoccer')
 
let config = {key: 'apikey', demo: true}
let client = new Xmlsoccer(config.key, config.demo)
 
client.connect().then(function() {
  return client.CheckApiKey()
}).then(function(res) {
  console.log(res)
})

Readme

Keywords

none

Package Sidebar

Install

npm i xmlsoccer

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • litek