2.2.2 • Published 3 years ago

monu-linkpreview v2.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

2.2.1

3 years ago

2.1.9

3 years ago

2.1.8

3 years ago

2.1.7

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago