Skip to content

Never Miss a Seat: Get Instant Notifications When Your Dream Courses Open Up!

License

Notifications You must be signed in to change notification settings

hypoalien/asu-course-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

ASU Course Notifier

Never Miss a Seat: Get Instant Notifications When Your Dream Courses Open Up!

Explore the docs »

View Demo . Report Bug . Request Feature

Contributors Forks Stargazers Issues License

About The Project

Our project is a customizable course availability notifier designed for students at Arizona State University (ASU) who want to streamline their course enrollment process. With this project, you have the flexibility to set up your own automated course availability monitoring system and receive notifications when seats become available for your desired courses.

Built With

Our project is built with Node.js, Express.js, and Axios for server-side functionality and API interactions. Deployment and automation are handled seamlessly on Vercel, while email notifications are sent using the Gmail API.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone [email protected]:hypoalien/asu-course-notifier.git
  1. Install NPM packages
npm install
  1. Edit your keys in .env file
const GMAIL = "<[email protected]>";
const GMAIL_APP_PASSWORD  = 'ENTER YOUR KEY';
  1. Edit your keys in .env file
npm run deploy

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

About

Never Miss a Seat: Get Instant Notifications When Your Dream Courses Open Up!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published