DataServices API interface for NodeJS
A NodeJS libary to connect and send API requests to the Bindserver DataServices Server
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Installing
Run the following command in npm
npm install --save node-dataservices-bind
Example/Deployment
Require in the module as follows
const DataServices = ;const dSrv = ;
then run this test command
dSrv;
Built With
- Needle - A HTTP client for NodeJS
Authors
- KillerDucks - Initial work - KillerDucks
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details