Skip to content

A website to de-complicate school schedules. Tracks about 2.5k monthly users and is a vital tool amongst the student body at Woodward.

License

Notifications You must be signed in to change notification settings

geoge23/wadaily

Repository files navigation

The WADaily Project

WADaily is a student-led schedule viewing website created in 2021 by George Parks for use at Woodward Academy. This website primarily allows students to check the current schedule, along with a few other features. For instance, it displays updated weather information, a school calendar, and the lunch menu for the day. You can visit a hosted verison of the site at wadaily.co

Screenshot

WADaily API

Please be kind to the server bandwidth and abide by cache headers! A rate limit is implemented for requests over a reasonable amount, and you will receive a HTTP code 429 if you hit endpoints repeatedly

{
  "name": "DAY3",
  "friendlyName": "Day 3",
  "schedule": [
    {
      "name": "Fourth Period",
      "code": "D",
      "startTime": "8:40 AM",
      "endTime": "9:35 AM"
    },
    ...
   ]
}
[
  {
    "type": "title",
    "text": "ENTREES"
  },
  {
    "type": "entry",
    "text": "Pastrami and Cheese Hoagie"
  },
  ...
]

Related Repositories

About

A website to de-complicate school schedules. Tracks about 2.5k monthly users and is a vital tool amongst the student body at Woodward.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •