https://github.com/santosl2/link-preview
See your URL's preview's
https://github.com/santosl2/link-preview
api-routes chrome-aws-lambda link-preview nextjs puppeteer
Last synced: 3 months ago
JSON representation
See your URL's preview's
- Host: GitHub
- URL: https://github.com/santosl2/link-preview
- Owner: Santosl2
- License: mit
- Created: 2023-02-03T05:02:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T19:11:36.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T08:44:19.838Z (9 months ago)
- Topics: api-routes, chrome-aws-lambda, link-preview, nextjs, puppeteer
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link Preview
Simple Next application to generate sites images previews.
## Screenshots

## Technologies
- [Next JS](https://nextjs.org/)
- [chrome-aws-lambda](https://www.npmjs.com/package/chrome-aws-lambda)
- [puppeteer](https://pptr.dev/)
## Localy run
Clone this project
```bash
git clone git@github.com:Santosl2/link-preview.git
```
Enter in repository project folder
Install the dependencies
```bash
npm install
```
Run the command
```bash
npm run dev
```
## License
[MIT](https://choosealicense.com/licenses/mit/)