From ee48965c8453ed6255ddadc7d12f7ab03ccdc6e2 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 14 May 2020 12:01:50 -0700 Subject: [PATCH] updating data/examples.json --- data/examples.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/examples.json b/data/examples.json index abeb247..b21a7da 100644 --- a/data/examples.json +++ b/data/examples.json @@ -998,5 +998,17 @@ "serverless" ], "description": "Create serverless Telegram Bot with DB to keep track of users using Netlify Functions and FaunaDB" + }, + { + "name": "Grey's Anatomy Themed Lorem Ipsum Generator", + "url": "https://github.com/M0nica/greys-anatomy-lorem-ipsum-generator", + "code": "https://github.com/M0nica/greys-anatomy-lorem-ipsum-generator/tree/master/src/lambda", + "tags": [ + "react", + "netlify", + "javascript", + "lorem-ipsum" + ], + "description": "greys-anatomy-lorem-ipsum-generator is a website that generates lorem ipsum text inspired by Grey's Anatomy and medical terms. Lorem ipsum is nonsense text that can be used as place holder copy in designs. This site utilizes Netlify functions to generate the words.\n\nDeployed at: https://greysanatomyloremipsum.netlify.app/\n\nTutorial at: https://www.aboutmonica.com/blog/greys-anatomy-lorem-ipsum-generator" } -] +] \ No newline at end of file