Stream Node
Getting started
- Install getstream-node via
npm install stream-node
for your application. - Copy
getstream.json
fromnode_modules/stream-node
into the root directory of your application. - Edit
getstream.json
and 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.