1.1.0 • Published 6 years ago

multrin v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

multrin

A simple micorservice for taking screenshots of websites.

Install

$ npm install multrin

Usage

Start server

multrin

Take a screenshot

https://<instance-url>/?url=<url>[&width=<width>&height=<height>&delay=<delay>]

Options

NameDefaultDescriptionOptional
urlnullThe website's url
width1200The screenshot's width
height950The screenshot's height
delay0Delay after the network is idle

CLI

$ npm install --global multrin
$ multrin

  Usage
    multrin

  Options
    --port The port you want multrin to listen to [Default: 3000]

  Examples
    $ multrin --port 80

License

MIT © Tobias Herber