MyLMS Timetable Plus is a browser extension that enhances the default MyLMS timetable by providing a more intuitive look and feel. It's written in TypeScript.
- Generates a new timetable
This project uses TypeScript. Make sure to install the dependencies first:
npm install
To compile the TypeScript code, run:
npm run build
This will compile the TypeScript code into JavaScript, which will be used by the Chrome Extension into the dist
directory.
- build the extension using
npm run build
- Navigate to chrome://extensions in your Chrome browser.
- Toggle the "Developer mode" switch in the top-right corner.
- Click "Load unpacked" and select the
dist
directory.
Alternatively, you can download the extension from the Chrome Web Store. For Firefox users, you can use the extension
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details.