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"
- Host: GitHub
- URL: https://github.com/letieu/pr-images
- Owner: letieu
- Created: 2024-11-09T10:27:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T10:40:13.000Z (over 1 year ago)
- Last Synced: 2025-03-26T04:13:55.559Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```