Skip to content

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

License

Notifications You must be signed in to change notification settings

DiogenesPolanco/EdgarJs

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published