Table of Contents
This is a WIP homeaccess alternate client. Currently supports out of the box credit counting, calculating needed final grades, and info, but with a little bit of code change, can give you your grades, your previous semester grades from years past, and assignments.
- Built with express.js
To host this yourself you can follow these instructions.
This is an example of how to list things you need to use the software and how to install them.
- (node)[https://nodejs.org]
- express
npm install express
- body-parser
npm install express
- ejs
npm install ejs
- node-fetch
npm install node-fetch
- Clone the repo/ Download the files
- Navigate to root directory
- Start with node index.js
After it starts, it should automatically be hosted at localhost:3000. Visit it, enter your password, and after 8-9 seconds it should give you your data.
- UI
- Code Refactoring
- Add grade calculation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Gpl 3.0 License. See (the license)[https://www.gnu.org/licenses/gpl-3.0.en.html#license-text] for more information.
packjack - packjackisback@gmail.com
Project Link: https://github.com/packjackisback/homeaccess-client
- API
- Nitheesh K This wouldn't be possible without him, go give him a star!