Datastore has been built with modularity in mind and for this reason, it is recommended to use NPM has the primary installation method. Datastore's code follows CommonJS standards and pairs nicely with module bundler such as Browserify or Webpack
# latest stable
$ npm install datastore
If you don't use modules bundler, you can include datastore as a global variable by downloading the standalone version and include it with a script tag:
Development version
Production version
git clone https://github.com/bredele/datastore.git
cd datastore
npm install
npm run build