https://github.com/binarymuse/webshot
Take a screenshot of a web page from another web page
https://github.com/binarymuse/webshot
Last synced: over 1 year ago
JSON representation
Take a screenshot of a web page from another web page
- Host: GitHub
- URL: https://github.com/binarymuse/webshot
- Owner: BinaryMuse
- Created: 2012-04-19T21:26:33.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-20T00:23:55.000Z (about 14 years ago)
- Last Synced: 2025-03-23T18:58:26.762Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://brandontilley.com:3456
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## What is it?
Take screenshots of remote web pages from a web page.
## Demo
A demo is running at [http://brandontilley.com:3456](http://brandontilley.com:3456); please feel free to contact me if it goes down.
## Running it
Requires:
* Node.js installed
* PhantomJS on your path
To run it:
npm install
npm start
Browse to [http://localhost:3456](http://localhost:3456) and enter a URL.