Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latentflip/heroku-screengrabber
https://github.com/latentflip/heroku-screengrabber
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/latentflip/heroku-screengrabber
- Owner: latentflip
- Created: 2013-06-11T14:56:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T15:02:01.000Z (over 11 years ago)
- Last Synced: 2024-04-15T02:17:45.895Z (7 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.