Skip to content

famous-all-stars/cuan-shortlink-v2-preview-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link-Preview Backend with Node.js

link-prevue

link-prevue Demo

link-prevue Demo Repo

Install deps

In the root project folder run the following command

$ npm install

and run

$ npm start

Get a link preview

$ curl -d '{"url":"https://tasche.herokuapp.com/"}' -H "Content-Type: application/json" http://localhost:3000/preview

Response

{
    "title": "Tasche",
    "description": "Tasche te permite guardar links de lo que desees para que siempre lo tengas contigo",
    "image": "http://tasche.herokuapp.com/static/images/logo-blue.png",
    "url": "https://tasche.herokuapp.com/",
    "siteName": null
}

❤️

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%