@dendra-science/client-services

Dendra/Feathers services provider for client-side use.


License
BSD-2-Clause-FreeBSD
Install
npm install @dendra-science/client-services@0.0.1

Documentation

Dendra Client Services

Defines a class that provides pre-configured Feathers services for use within Dendra client apps. After requiring, you must call the init method with a valid socket configuration prior to using the service properties.

Instructions

  1. Be sure you have Node version 6.11.x. If you’re using nvm, you may need to nvm use 6.11.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd dendra-client-services.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.