Hacker News new | ask | show | jobs
by wale 3455 days ago
I actually love this navd. Good stuff. Are you displaying them by date? I mean on search
1 comments

Awesome! I'm glad you appreciate it. No currently I am not, and articles are returned based on relevancy of your search.

This is really just an MVP, I wanted to get the project out there to get some initial feedback before I start building more. Tagging, filtering, ordering etc are definitely in the road map along with other features!

Nice!! What's your current stack?
The site is just a static site hosted on a cdn. Very basic js and not using any frameworks.

To get the data is a bit of a different story, but it's a collection of scripts written in nodejs / golang for retrieval, cleaning the data etc.

Hope that helps!