eportal
v0.3.2
Published

Readme
ePortal

A Summoning portal for eDimension files. Sync files from courses on eDimension into your local folders.
Built on ~~Revenant~~ and request as an experiment and practice with Node.js.
Usage
Command line
Installation
$ npm install -g eportalUsage
$ cd path/to/output/files
$ eportal <username> <password> [directory][directory] (Optional) The relative path to the current directory. Defaults to the folder specified in settings.js
Clone the Repository
Install Dependencies
$ npm install
# Do your stuff...
$ npm link
$ eportal <username> <password> [directory]TODO
- Modularize / nativefy
- Resync feature
