Stream Node
Getting started
- Install getstream-node via
npm install stream-nodefor your application. - Copy
getstream.jsonfromnode_modules/stream-nodeinto the root directory of your application. - Edit
getstream.jsonand set your data from your getstream.io account. require('stream-node');on your application.
If you wish to keep the configuration for the module separate from your
application, the module will look for getstream.json in the directory referenced
by the environment variable STREAM_NODE_CONFIG_DIR if it's set.
Log in or sign up for Devpost to join the conversation.