Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ;)
- Host: GitHub
- URL: https://github.com/typicode/tlapse
- Owner: typicode
- License: mit
- Created: 2017-01-04T21:46:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T13:07:16.000Z (about 6 years ago)
- Last Synced: 2024-12-13T22:12:07.929Z (8 days ago)
- Topics: screenshot, timelapse
- Language: JavaScript
- Homepage:
- Size: 124 KB
- Stars: 2,025
- Watchers: 30
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - typicode/tlapse - ๐ท Create a timelapse of your web development... or just automatically take screenshots of your hard work ;) (JavaScript)
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)