# 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 ```