Hacker News new | ask | show | jobs
We are 2 days without layoffs (days-without-layoffs.lubien.dev)
4 points by lubien 1239 days ago
2 comments

I've created a simple UI that shows how many days have passed since the last know layoff and also shows a github-like activity chart.

Data can be added via PR on the repo: https://github.com/lubien/layoffs/

Initial data imported from layoffs.fyi

The code is complicated for a simple UI ? Why not a simple static site then ?
I've just ran phoenix generators and created like 3 functions.

I've been having a fun time with phoenix lately so that's why I chose it though.

Well it IS a weekend ;) Let's see about tomorrow!