@dillonchr/gdq

1.0.1 • Public • Published

GDQ Schedule

Cleans up the GDQ schedule and ships it in JSON format.

Install

npm i @dillonchr/gdq

Usage

Pretty simple. Just run gdq and you shall get a response with the full schedule that's currently posted. Dates are handled with moment to be localized to my personal timezone. Hahaha. That just sounds ridiculous on an official readme file. What are ya gonna do though?

The result set will be in this format:

[
    {
        start: <date>,
        title: <string>,
        runners: <string>,
        estimate: <string>, //  in hh:mm:ss format
        ends: <date>,
        done: <bool>
    }
]

Readme

Keywords

none

Package Sidebar

Install

npm i @dillonchr/gdq

Weekly Downloads

2

Version

1.0.1

License

GPL-2.0

Unpacked Size

21.8 kB

Total Files

4

Last publish

Collaborators

  • nightwind