Skip to content

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

License

Notifications You must be signed in to change notification settings

gadhagod/HarkerDev-API-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages