Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T19:11:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T09:36:52.795Z (2 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
![Exemple Video](https://imgur.com/Y8DZKtJ.gif)
## 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 [email protected]: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/)