Skip to content

📷 Create a timelapse of your web development... or just automatically take screenshots of your hard work ;)

License

Notifications You must be signed in to change notification settings

Global-localhost/tlapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlapse Build Status npm Support on Patreon

Create a timelapse of your web development

A tiny utility that takes periodic screenshots of your site while you develop.

screenshot

Uses puppeteer for creating screenshots.

Examples

From CSS-Tricks - Front-End Tools: My Favorite Finds of 2017 gif

CSS-Tricks example

See also:

Examples are welcome. Ping me @typicode or make a PR if you've created something using tlapse ;)

Install

npm install -g tlapse

Usage

tlapse localhost:3000

Options

To change interval and directory where screenshots are saved, use the following options

tlapse --every 5m --directory ./screens localhost:3000

Tip

If you want to start your server and tlapse at the same time, add tlapse to your package.json scripts and use npm-run-all to start them in parallel.

{
  "scripts": {
    "start": "run-p server tlapse",
    "server": "node server",
    "tlapse": "tlapse localhost:3000"
  }
}

License

MIT - Typicode 🌵

About

📷 Create a timelapse of your web development... or just automatically take screenshots of your hard work ;)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%