From cbb34c57770ef9015eb1dd6f82132d0afdd35928 Mon Sep 17 00:00:00 2001 From: Ethan Roberts Date: Thu, 14 Nov 2019 21:11:05 -0800 Subject: [PATCH] Add Codesandbox and Postwoman to Utilities --- resources/utility.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/utility.json b/resources/utility.json index 5aab0f2..30db589 100644 --- a/resources/utility.json +++ b/resources/utility.json @@ -175,6 +175,18 @@ "desc": "Messed up some of your commits? Make it undone", "url": "https://bokub.github.io/git-history-editor/", "tags": ["import", "export", "author", "messages"] + }, + { + "title": "CodeSandbox.io", + "desc": "CodeSandbox is an online code editor with a focus on creating and sharing web application projects", + "url": "https://codesandbox.io/", + "tags": ["development", "ide","editor", "share", "testing"] + }, + { + "title": "Postwoman.io", + "desc": "The Postwoman API request builder helps you create your requests faster, saving you precious time on your development.", + "url": "https://Postwoman.io/", + "tags": ["testing","api"] } ] }