1.0.3 • Published 7 years ago

liveedu-status v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Get status of LiveEdu channel via Promise!

Build Status

You just need to know the nickname.

status.username(username:String)

Example:

  const status = require('liveedu-status');

  status.username('johnnykramer')
    .then((status) => {
      console.log(status)
    })
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago