Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/typicode/tlapse

๐Ÿ“ท Create a timelapse of your web development... or just automatically take screenshots of your hard work ;)
https://github.com/typicode/tlapse

screenshot timelapse

Last synced: 1 day ago
JSON representation

๐Ÿ“ท Create a timelapse of your web development... or just automatically take screenshots of your hard work ;)

Awesome Lists containing this project

README

        

# tlapse [![Build Status](https://travis-ci.org/typicode/tlapse.svg?branch=master)](https://travis-ci.org/typicode/tlapse) [![npm](https://img.shields.io/npm/v/tlapse.svg)](https://www.npmjs.com/package/tlapse)

> Create a timelapse of your web development ๐Ÿ“ท

A tiny utility that takes periodic screenshots of your site while you develop. Uses [Puppeteer](https://github.com/GoogleChrome/puppeteer) for creating beautiful high resolution screenshots ๐ŸŒธ.



## Usage

```sh
npm install npm-run-all tlapse --save-dev
```

```json
{
"scripts": {
"dev": "run-p server tlapse",
"server": "node server",
"tlapse": "tlapse localhost:3000"
}
}
```

```sh
npm run dev
```

__Note__ [`npm-run-all`](https://github.com/mysticatea/npm-run-all) lets you run scripts in parallel and makes sure that both `tlapse` and `server` are started.

__Options__ `tlapse` can be configured to use different screenshot resolution, interval, etc... to view available options run

```
tlapse --help
```

## Articles

* [__CSS-Tricks - Front-End Tools: My Favorite Finds of 2017__](https://css-tricks.com/front-end-tools-favorite-finds-2017/)
* [PentaCode - How to Automatically Take Screenshots Of Your Site With TLapse](http://www.penta-code.com/how-to-automatically-take-screenshots-of-your-site-with-tlapse/)
* [Moongift.jp - ๆŒ‡ๅฎšใ—ใŸURLใซๅฎšๆœŸ็š„ใซใ‚ขใ‚ฏใ‚ปใ‚นใ—ใฆใ‚นใ‚ฏใƒชใƒผใƒณใ‚ทใƒงใƒƒใƒˆใ‚’ไฟๅญ˜](http://www.moongift.jp/2017/02/tlapse-%E6%8C%87%E5%AE%9A%E3%81%97%E3%81%9Furl%E3%81%AB%E5%AE%9A%E6%9C%9F%E7%9A%84%E3%81%AB%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9%E3%81%97%E3%81%A6%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3/)

## License

MIT - [Typicode :cactus:](https://github.com/typicode) - [Patreon](https://patreon.com/typicode)