Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Shackelford committed Aug 29, 2023
1 parent f9f98c1 commit d99971f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

Retrieve information from the UAPI from node or (cli)

To test please copy example.env.json to local.env.json and replace the demo api key with your own.

```sh
yarn
cd test
cp example.env.json local.env.json
# edit local.env.json
cd ..
npm test
```
The demo api key will work, but may produce odd results if others are using it at the same time.

# More information:

- [Hosted Documentation](https://cannabis-labeling-api.github.io/universal-cannabis-api/)
Expand Down

0 comments on commit d99971f

Please sign in to comment.