From fa879a950eef806d8e49a9cdfc8d94d790293393 Mon Sep 17 00:00:00 2001 From: Oliver Leaver-Smith Date: Fri, 29 May 2020 15:38:14 +0100 Subject: [PATCH] add whois-api blog to index --- src/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.md b/src/index.md index 068d87b..b7bcf17 100644 --- a/src/index.md +++ b/src/index.md @@ -1,5 +1,9 @@ # Blog +#### 2020-05-29 [Writing a personal whois API](/whois-api.html) + +A while back I wrote a `whois` API to contain some basic information about me. It was written in Node.JS, and had different JSON responses based on the path you requested (e.g. `/name`, `/job`, etc.). The code is [here](https://git.sr.ht/~ols/whois.ols.wtf/tree/master/app.js) if you are interested in how the first iteration of this project worked. It was hosted on an intentionally-unnamed SaaS provider that just wasn't up to scratch. + #### 2020-05-22 [How I Publish Notes](/how-i-publish-notes.html) I have a love/hate relationship with writing blog posts. On the one hand, I love looking back at stuff that I have written, and I like the sense of accomplishment I get when I look at the post in all its glory, formatted nicely, on the Internet for the world to see. On the other hand, I find it really hard to commit to a single idea in enough detail to make it worthwhile spending the time writing a blog post. -- 2.45.2