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

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

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)