https://github.com/themesguide/screenshots
Web screenshots and image dup service on Nodejs with Phantom
https://github.com/themesguide/screenshots
Last synced: 12 months ago
JSON representation
Web screenshots and image dup service on Nodejs with Phantom
- Host: GitHub
- URL: https://github.com/themesguide/screenshots
- Owner: ThemesGuide
- Created: 2018-06-21T14:03:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T15:07:13.000Z (over 7 years ago)
- Last Synced: 2025-01-04T16:39:00.689Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 27.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tophat Screenshot Service
Free, open source Web screenshots and image duplication API.
Purpose
---
These are 2 of the most common image feature requirements across the Web:
1) - take a screenshot of a url, save the image on a CDN, and then return a url to image on CDN.
2) - provide an existing image url, duplicate the image, save it to CDN, and then return a url to image on CDN.
Implementation
---
This service uses NodeJS, Phantom for the screenshots, and Firebase for image storage.
Usage
---
There are 2 endpoints.
1) /ss (Take a screenshot)
2) /dup (Duplicate an image from url)