1.2.0 • Published 7 years ago

mongo-crest-client v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Installation

npm i mongo-crest-client

Usage

const mongocrest = require('mongo-crest-client');

mongocrest.url = '';

mongocrest.read('contacts', {
    name: {
        $regex: "^A"
    }
}
, (results)=> console.log(results));

About

This is a client package for mongo-crest-server. An instance of that server needs to be hosted. You can then connect to the url by setting the property on a mongo-crest-client instance.

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago