A prototype created with Electron + React to display a list of announcements, webcasts and forum posts from IVLE.
npm install && npm start
A LAPI key is required to run this project. Follow the steps below to set up your LAPI key
- locate
data/config.sample.js
- replace
const LAPI_KEY = "1a2B3c4D5e6F7g8H9i0J1";
with your own LAPI key - save the file as
data/config.js
If you do not have a LAPI key, visit http://ivle.nus.edu.sg/LAPI/default.aspx to get one.
https://github.com/amoshydra/ivle-notify/wiki/Project-Wiki
- App icon taken from graphicloads
- Electron + React + Webpack configuration is referenced from electron-react-boilerplate