An app that provides SBHS (South Brunswick High School) students with access to their grades, provides notifications when new grades go up, calculates GPA and much more!
Install all npm packages like so
npm install
Then start the development server with
npm start
- GradeView - Server side code to handle API reqests
- gradeview-auto-scraper - Server side code to keep active GradeView accounts up-to-date
- DirectoryScraper - The code responsible for the Global Name Lookup section of the app
- GradeViewWebsite - The simple download page for the app
- GradeViewGoogleCloud - The Google Cloud Function code for sending notifications about changes in grades and more