This JavaScript library is for Movable Type Chart API.
Installation depends on node, npm, and grunt-cli
To install node, see http://nodejs.org/ (If you are using Mac, you can install node via homebrew)
Then, you can install grunt-cli with npm like the following. When you have some error in installation, try sudo.
[sudo] npm install -g grunt-cli
git clone [email protected]:movabletype/mt-data-api-js
, and move the directory you cloned, then execute the following command
npm install
grunt dev task generate scripts in lib and dist directory from src directory, and run the dependant tasks
grunt dev
grunt build task generate optimized scrips in dist directory
grunt build
or
make build
The MIT License (MIT)