From d99971f84030ec91b6cc83faf7608a47d58f29ee Mon Sep 17 00:00:00 2001 From: Leif Shackelford Date: Tue, 29 Aug 2023 14:09:35 -0700 Subject: [PATCH] update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6ae5fb3..63b8c1f 100644 --- a/README.md +++ b/README.md @@ -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/)