https://github.com/cuuupid/cate-desktop
Imperial's CATE, but in convenient desktop app form.
https://github.com/cuuupid/cate-desktop
Last synced: 28 days ago
JSON representation
Imperial's CATE, but in convenient desktop app form.
- Host: GitHub
- URL: https://github.com/cuuupid/cate-desktop
- Owner: cuuupid
- Created: 2018-01-04T20:56:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T21:20:49.000Z (over 7 years ago)
- Last Synced: 2025-02-09T21:45:02.351Z (3 months ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cate Desktop
![]()
## Setup
Needs `config.js`, I have provided the template `config.temp.js`.
Need a `config.js` file that reads like this:
``` js
var username = "YOUR_USERNAME"
var password = "YOUR_PASSWORD"
var year = "ACADEMIC_YEAR"
module.exports = {
username, password, year
}
```## I have Electron, quick start?
`electron .`
## Install Electron?
`npm install electron --save-dev --save-exact --global`
Global installation better so you can use `electron` CLI.
## Create app for actual use?
You need electron-packager.
`electron-packager . Cate`
## Close?
Right click tray icon.
## Credits
Uses electron. Icon made by Smashicons from www.flaticon.com.