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

https://github.com/stefanpejcic/screenshot-v2

ScreenshotsAPI with Vercel
https://github.com/stefanpejcic/screenshot-v2

openpanel screenshot-api screenshots vercel

Last synced: 2 months ago
JSON representation

ScreenshotsAPI with Vercel

Awesome Lists containing this project

README

          

# screenshot-v2

Simple screenshots api: puppeteer and nextjs

## Usage

1. Deploy: [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fstefanpejcic%2Fscreenshot-v2%2F&project-name=openpanel-screenshots-api&repository-name=openpanel-screenshots-api) [![Deploy to netlify Vercel](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https%3A%2F%2Fgithub.com%2Fstefanpejcic%2Fscreenshot-v2%2F&project-name=openpanel-screenshots-api&repository-name=openpanel-screenshots-api)
2. Add custom domain
3. Update OpenPanel to use it, example if domain is `screenshots-v2.openpanel.com` then run:
```
opencli config update screenshots https://screenshots-v2.openpanel.com/api/screenshot
```