Open Graph, Twitter Card, Oembed Scrapper. Shows visual cards that mimics link previews in social media like facebook, twitter, vk and other sites that support link preview.
npm install @namchey/linkpreviewOpen Graph, Twitter Card, Oembed preview. Shows visual cards that mimics link previews in social media like facebook, twitter, vk, viber and other sites that support link preview.
https://linkpreview.dev/
1. Node.js v10.16.0
```
nvm install v10.16.0
````
npm i -g @namchey/linkpreview
linkpreview
//starts a server in localhost:8080
1. Clone this repo
````
git clone git@github.com:namchey/linkpreview.git
2. Install Dependencies
````
npm i
3. Copy .env.example ---> .env if you want custom env vars
4. Webpack Build
``
//server-rendering
npm run build:dev
//client
npm run app-dev-server
``
5. Run in Development mode
````
npm run dev
//open app in browser, default is http://localhost:4040
1. Build
````
npm run build
2. Run
`````
npm run start
# Libraries Used for Scraping