Skip to content
This repository was archived by the owner on Nov 24, 2019. It is now read-only.

johnnykramer/liveedu-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get status of LiveEdu channel via Promise!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published