https://github.com/screenshotone/learnshot
A screenshot API built only for educational purposes and fun, and not ready for production.
https://github.com/screenshotone/learnshot
screenshot screenshots screenshotting
Last synced: 6 months ago
JSON representation
A screenshot API built only for educational purposes and fun, and not ready for production.
- Host: GitHub
- URL: https://github.com/screenshotone/learnshot
- Owner: screenshotone
- Created: 2024-03-21T16:00:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T11:44:45.000Z (over 1 year ago)
- Last Synced: 2025-03-24T04:23:19.415Z (7 months ago)
- Topics: screenshot, screenshots, screenshotting
- Language: TypeScript
- Homepage: https://screenshotone.com/blog/building-screenshot-api/
- Size: 43 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
learnshot
=========`learnshot` is a screenshot API built for fun and [sharing my experience](https://screenshotone.com/blog/building-screenshot-api/) of building [ScreenshotOne](https://screenshotone.com/).
## Play with it
```
npm install
npm run dev
``````
open http://localhost:3000/screenshot?url=https://example.com
```