Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/latentflip/heroku-screengrabber


https://github.com/latentflip/heroku-screengrabber

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

Screengrabber, that'll run on heroku

# Local install

```
#install node.js
git clone https://github.com/latentflip/heroku-screengrabber.git
cd heroku-screengrabber
npm install
node index.js
```

Then visit localhost:3000/shot.png?url=foo.com.

# Heroku install
`git push heroku` ;)

Based on [webshot](https://github.com/brenden/node-webshot) so view the docs there for how to configure screenshot sizes etc.