From 5398861037abfb075c174eddeee617ef88df434c Mon Sep 17 00:00:00 2001 From: Padmashree Jha Date: Sun, 2 Oct 2022 04:15:04 +0000 Subject: [PATCH] Added hashnode --- .gitpod.yml | 8 ++++++++ sherlock/resources/data.json | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..a9c428b6 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,8 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) +# and commit this file to your remote git repository to share the goodness with others. + +tasks: + - init: pip install -r requirements.txt + + diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 01162055..4fcba549 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -953,6 +953,13 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Hashnode": { + "errorType": "status_code", + "url": "https://hashnode.com/@{}", + "urlMain": "https://hashnode.com", + "username_claimed": "blue", + "username_unclaimed": "noneownsthisusername" + }, "ICQ": { "errorType": "status_code", "url": "https://icq.im/{}/en",