fluid-client
Version:
Client for accessing www.fluid.us
25 lines (15 loc) • 477 B
Markdown
Fluid Client
============
A library for generating and validating data used to access www.fluid.us
## Installation
npm install fluid-client --save
## Usage
The client can be configured manually or with these environment variables"
* FLUID_PUB_ID : Your Publisher ID
* FLUID_SECRET_KEY: Your secret key starting with 'sk_'
* FLUID_URI: The URI for a Fluid server (only needed for testing)
ToDo
## Tests
ToDo
## Release History
* 0.1.0 Initial release