1.0.1 • Published 8 years ago

electron-services v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Modules

  • Json Storage
  • Paths

Json Storage

jsonStorage = { set: function(id, value) {}, get: function(id) {}, remove: function(id) {}, list: function(id) {}

Return promises

jsonStorage.set('test', {foo:'bar'}).then(function(response), function(error));

Paths

Paths are constants useful all over the application

assets: './_assets', storage: './_storage'