From 28f4df0c7b0cd2e15e8c04ab266a03a7bf31e71f Mon Sep 17 00:00:00 2001 From: Eric Rodewald Date: Sun, 28 Jul 2019 16:24:18 -0500 Subject: [PATCH] fix: badges --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 064caf3..acfe204 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Javascript DynamoDB Context Store -[![CircleCI](https://circleci.com/gh/SmartThingsCommunity/dynamodb-context-store-nodejs/tree/master.svg?style=svg)](https://circleci.com/gh/SmartThingsCommunity/dynamodb-context-store-nodejs/tree/master) +

+ + + + + +

Used by the [SmartApp SDK](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs) to store IDs and access tokens for an installed instance of a SmartApp and retrieves that information for use in asynchronous API calls. The use of a context store is only needed when SmartApps have to call the SmartThings API in response to external events. SmartApps that only response to lifecycle events from the SmartThings platform will automatically have the proper context without the app having to store it.