From 92f0c9d437c814eeacdcb01b4838f4095125e96f Mon Sep 17 00:00:00 2001 From: lance Date: Mon, 4 Mar 2019 09:50:32 -0800 Subject: [PATCH] updating readme with now static site info --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e16d878..4839c55 100644 --- a/README.md +++ b/README.md @@ -110,4 +110,10 @@ $ zappa invoke secretshare.cleanup.purge_expired_secrets ## What Now? -Most people don't necessarily care about the backend API - this is only one half of the battle as we need something to present the information. This API can be used in conjunction with any static website with simple Javascript for posting, retrieving, and rendering the data. I'll be creating an example static website to showcase this; it's on my to-do list. +Most people don't necessarily care about the backend API - this is only one half of the battle as we need something to present the information. This API can be used in conjunction with any static website with simple Javascript for posting, retrieving, and rendering the data. + +Here's an example one: [secretshare-static](https://github.com/lalanza808/secretshare-static) + +## To-do + +* Add expiration after first read payload option