harker-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Harker Bell Schedule API Client

Nodejs wrapper for the Harkerdev bell schedule API, serving data on Harker lunch, schedules, and events.

Installation

npm i harker-api

Usage

const api = new (require("harker-api")).HarkerApi() // Initialize HarkerApi class

api.getLunch(28, 5, 2021, console.log) // get lunch of May 28, 2021 and log it
api.getSchedule(28, 5, 2021, console.log) // get schedule and log
api.getEvents(28, 5, 2021, console.log) // get events and log

Readme

Keywords

none

Package Sidebar

Install

npm i harker-api

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

10.4 kB

Total Files

7

Last publish

Collaborators

  • gadhagod