Built a microblog

← Back April 14 2024

While I'm revamping my site with a new design, A feature I wanted to add was a microblog, where I could post updates more easily rather than this blog.

Instead of simply just having normal HTML for posts however, I wanted to take the approach of a JSON file instead, which also allowed me to add dates!

First statuses!

That's cool and all, but there's still the issue of having to check the current unix timestamp (How JavaScript can figure out the date and stuff), which can be a bit annoying. But that's why I written something pretty cool that makes this easy and really awesome:

The terminal, where I can type out my thoughts!

Here, I can easily type whatever I wanna put, and using the power of the Nekoweb API, automatically puts it in my microblog's JSON!

So yeah, I think it's a really cool addition to my site, and my big revamp (maybe not that big) will be even cooler! Thanks for reading :P

Comments