This is a collection of scripting frameworks. Each directory contains a framework for working with an API or set of APIs.
Upon begining to use a script framework, cd into the directory, then
$ npm installto install any dependencies. Also, be sure to have a NodeJS framework installed on your machine. You can test this by
$ node -vwhich should return v6.0 or later to support all the functionalities of this repo.