Skip to content

Commit

Permalink
Add staging key and Windows details to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffski committed Aug 13, 2019
1 parent 0264274 commit 5e112b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e112b7

Please sign in to comment.