Awesome
Vidispine Storage Checker
:tv: Node console app to check the status of your Vidispine storages.
Pre requisites
- node.js >= v4.0.0
Run it
- Clone this repo:
$ git clone https://github.com/ianaya89/vs-storage-checker.git
or download it. - Open your terminal and locate the repo directory.
- Install node dependencies:
$ npm install
- Open the
env.js
file and set up the environments:
```
var envs = {
dev: new Environment('host', 'username', 'password'),
qa: new Environment('host', 'username', 'password'),
uat: new Environment('host', 'username', 'password'),
prod: new Environment('host', 'username', 'password')
};
```
5. Run the application indicating the environment: $ node app.js -e dev