Skip to content

Latest commit

 

History

History
96 lines (38 loc) · 1.72 KB

readme.md

File metadata and controls

96 lines (38 loc) · 1.72 KB

URLCard

URLCard is a simple app to create cards with open graph data from urls, its a project to explore my another package Go-Open-Graph-Scraper-Api

Captura-de-Tela-2024-08-29-a-s-01-47-46

GitHub License GitHub Last Commit

Run this code Locally

Api

To run the api, as i dont have a own api for this project at this time, install the Go-Open-Graph-Scraper-Api.

git  clone  https://github.com/pedrosouza458/go-open-graph-scraper-api
go  mod  tidy
go  run  .

Now the api is running in port 8080.

Frontend

git  clone  https://github.com/pedrosouza458/urlcard
npm  i
npm  run  dev

Now the frontend is running in port 3000.

Now you can acess http://localhost:3000/card?url=yourwebsitename

the project is in really early development, just some pages have supported icons, if you wanna check, go to websites-json in my original go package that serves the api.