0.0.1 • Published 10 years ago

xmlsoccer v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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)
})
0.0.1

10 years ago

2.1.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago