From 01d986d3b867a787beba8fc5ba914583095a06de Mon Sep 17 00:00:00 2001 From: James Date: Tue, 1 Jun 2021 19:15:41 -0400 Subject: [PATCH] Add Web Periodic Table --- resources/general.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/resources/general.json b/resources/general.json index e76e84a..b1699d5 100644 --- a/resources/general.json +++ b/resources/general.json @@ -79,6 +79,32 @@ "desc": "Online programming tournaments to practice your skills. Play with random people, your friends, or in the singleplayer arcade mode.", "url": "https://codesignal.com/developers/", "tags": ["game", "practice", "multiplayer"] - } + }, + { + "title": "Periodic Table of Web APIs", + "desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support", + "url": "https://wwwperiodictable.surge.sh/", + "tags": [ + "resources", + "aggregator", + "fundamentals", + "web", + "visual", + "browser", + "frontend", + "overview", + "guides", + "tutorial", + "compatibility", + "lists", + "obselete", + "reference", + "specification", + "standards", + "comprehensive", + "advanced", + "guides", + "links" + ] ] }