2.2.2 • Published 2 years ago

monu-linkpreview v2.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Link Previewer By Monu Shaw

Made With pupeteer and cherio.

Exclusive made Findcoder.io Challenge

challenge link (https://www.findcoder.io/challenges)

How To use

npm i monu-linkpreview.

import getLinkPreview from 'monu-linkpreview'; 

getLinkPreview(url).then(res=>log(res)).catch((err)=>console.log(err));

Important

It will Work In Node. \ You Need To Use an Api Call \ example (Used Express)

app.post('/',  async (req, res) => {
        try {
             await main(req.body.url).then(re=>res.send(re)).catch((er)=>res.send(er)));
        } catch (error) {
            res.send(`error ${error}`)
        }
})

Full Example Code Here (Soon)

Demo Here

Here (https://linkpreview-alpha.vercel.app)

2.2.2

2 years ago

2.2.1

2 years ago

2.1.9

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago