/ePortal

Summoning portal for files on eDimension

Primary LanguageJavaScript

ePortal

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 eportal

Usage

$ 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