Crawler of a website on the internet.
This project includes:
- the fetch and parse of the information using nokogiri gem;
- the storage of the information on a Redis database;
- the search and ranking of the information using td-idf;
- the exhibition of this information using sinatra.