An open API service indexing awesome lists of open source software.

https://github.com/amoshydra/ivle-notify

nus ivle notification app
https://github.com/amoshydra/ivle-notify

amoshydra-profile-category-app electron ivle nus pet-project react

Last synced: 4 months ago
JSON representation

nus ivle notification app

Awesome Lists containing this project

README

          

# IVLE Notify
A prototype created with [Electron](http://electron.atom.io/) + [React](https://facebook.github.io/react/) to display a list of announcements, webcasts and forum posts from IVLE.

![](http://i.imgur.com/d1cWaAm.png)

# Running this app
```
npm install && npm start
```
## API Key
A LAPI key is required to run this project.
Follow the steps below to set up your LAPI key

1. locate `data/config.sample.js`
2. replace `const LAPI_KEY = "1a2B3c4D5e6F7g8H9i0J1";` with your own LAPI key
3. 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.

## Project Wiki
https://github.com/amoshydra/ivle-notify/wiki/Project-Wiki

# Credits:
- App icon taken from [graphicloads](http://www.iconarchive.com/show/100-flat-icons-by-graphicloads.html)
- Electron + React + Webpack configuration is referenced from [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)