express-js-data
v0.0.3
Published
[](https://travis-ci.org/okvic77/express-js-data)
Readme
express-js-data
var bridge = new Bridge({
users: UserModel,
otherModel: OtherModel
});
app.use('/api/data', bridge.router);This handle the HTTP api for js-data.
