/EdgarJs

EdgarJs is a library that handles the local or session storage of the browser.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

EdgarJs

Easy way to manage data in the browser like a kid.

Build Status

Instalation

Via Bower, npm and yarn:

$ bower install edgarjs -save
$ npm install edgarjs -save
$ yarn add edgarjs

Project Setup

This project uses gulp as its build system.

  • Install gulp: $ npm install -g gulp
  1. Install dependencies: $ npm install
  2. Build and run: $ gulp buildrun
  3. Run:$ npm start

Testing

This project usings mocha for unit testing. Install mocha:

  • $ npm install -g mocha

To compile and test run:

  • $ gulp && mocha