Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)