Do not follow this link

~statianzo/brief

Simple summary service in ruby
Initial brief service

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~statianzo/brief
read/write
git@git.sr.ht:~statianzo/brief

You can also use your local clone with git send-email.

#brief

Simple ruby service to obtain a title and description for a given url

#Setup

bundle install

#Running

ruby app.rb

And visit the /summary route of localhost:4567

http://localhost:4567/summary?url=https://www.nytimes.com/article/best-movies-netflix.html
Do not follow this link