Want to put a screenshot of your webapp on your README file but don’t want to go through the hassle of keeping them up-to-date?
Introducing timelapse:
-
With GitHub Actions’ scheduled workflows support, every night a screenshot of all your web pages are taken and committed to the repository if different.
From your project’s README file, can then link to the latest image like this:
![Screenshot](https://github.com/dtinth/timelapse/raw/master/projects/dt.in.th_initial.png)
-
When a screenshot is updated, the image is also posted to Slack, allowing you to see a visual logs of your project works.
-
Since screenshots are commited and pushed to GitHub, you can see a visual diff of your web pages within GitHub.