From 506d4759f239ffa4ff852c05827082709fab5971 Mon Sep 17 00:00:00 2001 From: Diogo Moreira Date: Sat, 18 Apr 2020 17:31:26 -0300 Subject: [PATCH] Adding another Github-Status app example --- Projects/1-Beginner/GitHub-Status-App.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects/1-Beginner/GitHub-Status-App.md b/Projects/1-Beginner/GitHub-Status-App.md index 3af77092..9c580ff4 100644 --- a/Projects/1-Beginner/GitHub-Status-App.md +++ b/Projects/1-Beginner/GitHub-Status-App.md @@ -51,4 +51,5 @@ request('https://www.githubstatus.com/', { json: true }, (err, res, body) => { ## Example projects -[Peter Luczynski's example](https://peterluczynski.github.io/github-status/) \ No newline at end of file +- [Peter Luczynski's example](https://peterluczynski.github.io/github-status/) +- [Diogo Moreira's example](https://diogomoreira.github.io/github-status/)