From 5e112b77cff2842577e18e8f8019b435c49e02c9 Mon Sep 17 00:00:00 2001 From: Jeff Shillitto Date: Tue, 13 Aug 2019 21:08:10 +1000 Subject: [PATCH] Add staging key and Windows details to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9d613d6..20deb23 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,18 @@ npm install ### Set your API key +The demos use the **staging** endpoint by default so use your provided **staging** key: + ```bash export SHOTSTACK_KEY=your_key_here ``` + +Windows users (Command Prompt): + +```bash +set SHOTSTACK_KEY=your_key_here +``` + You can [get an API key](http://shotstack.io/?utm_source=github&utm_medium=demos&utm_campaign=node_sdk) via the Shotstack web site. ### Run an example