Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 925 Bytes

File metadata and controls

27 lines (21 loc) · 925 Bytes

hashware-backbone-client

Backbone client library for the hashware API

NPM version Build status Dependency Status

Usage

var HashwareClient = require('hashware-backbone-client');
HashwareClient.load()
  .then(function (api) {
    api.User.fetch({ name: 'tjwebb' });
  });