Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

tanukiapp/hs-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hs-calendar

HorribleSubs releasing calendar

const HsCalendar = require('HsCalendar')

const hs = new HsCalendar()

hs.getDay("tuesday").then(
    (res) => {
        console.log(res)
        /* Output
        [
            {
                "name": "Micchiri Neko",
                "slug": "micchiri-neko"
            }
        ]
        */
    }, (err) => {
        console.log(err)
    }
)

Releases

No releases published

Packages

No packages published