Live data from Hacker News

We are 2 days without layoffs

days-without-layoffs.lubien.dev

1–5 of 5 posts

Re: We are 2 days without layoffs

#3
post #2

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 ?

Re: We are 2 days without layoffs

#5
post #3
post #2

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.