1.1.0 • Published 2 years ago

hosmatic.js v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Hosmatic.js

How to use?

const hosmatic = require('hosmatic.js');

hosmatic.login('y0urN1c370k3n') // Create API token here: https://www.hosmatic.com/cp/settings/developer
hosmatic.user().getInfo().then((res) => {
    console.log(res)
})

Docs: Open Documentation

Version log

0.0.1

  • Initial Release

0.0.2

  • Update this Readme
  • Add version checker

1.0.0

  • Change package name to hosmatic.js

1.0.2 Big Changes!!!!!

  • Services have now an own function (View documentation)
  • Add Status function

You can view the Source code here