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

https://github.com/letieu/pr-images

take screenshots from github pr links"
https://github.com/letieu/pr-images

Last synced: 9 months ago
JSON representation

take screenshots from github pr links"

Awesome Lists containing this project

README

          

# PR screenshots
Take screeshots base on list github merge request link

## Usage

```bash
git clone https://github.com/letieu/pr-images

cd pr-images

npm install

cp input/pr.example.json /input/pr.json

node index.js

## if need to access private git link, use input/cookies.json
```