Skip to content

samanbaboli/link-preview-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Clone the project then install dependenices using:

   npm i 

Then start the service using:

   npm start

Now send a request to 127.0.0.1:3000 with a querystring called url :

   http://127.0.0.1:3000/?url=https://raychat.io

And your response would be :

linkPreviewData: {
url: "https://raychat.io",
image: "http://raychat.io/images/favicon.png",
title: "پلتفرم گفتگوی آنلاین با مشتریان - رایچت",
description: "تجربه جدید گفتگوی آنلاین، فروش و پشتیبانی اینجا آغاز می شود",
siteName: null
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published