From a00dc48935cf36e974b5d1f863fb9e9bbf039854 Mon Sep 17 00:00:00 2001 From: Drew Hynes Date: Mon, 15 Mar 2021 19:09:36 +0000 Subject: [PATCH] Add new file for tracking things made with the nhl api documentation --- made-with.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 made-with.md diff --git a/made-with.md b/made-with.md new file mode 100644 index 0000000..7a073c8 --- /dev/null +++ b/made-with.md @@ -0,0 +1,19 @@ +# Made With the NHL API Documentation + +This document exists to collect things that people make using this documentation. There is zero affiliation with those projects other than I like to show appreciation back to those who appricate the work here and find it useful. + +--- + +## nhl-api-explorer + +Description: nuxtjs client with nodejs server (to bypass CORS headers). +Live: https://nhl-api-explorer.herokuapp.com/ +Code: https://gitlab.com/sebastienblanchet/nhl-api-explorer +Author: [Sebastien Blanchet](https://gitlab.com/sebastienblanchet) + +## hockey-info.online + +Description: web app showing hockey information in a mobile friendly format +Live: https://www.hockey-info.online +Code: https://gitlab.com/dword4/hockey-info +Author: [Me](https://gitlab.com/dword4)