This is a project developed during a hackathon by the Geekhub team.
The main goal of this project is to create a news aggregator. The core functionality includes parsing news websites and copying articles.
- As a hackathon project, code style and architecture are not as crucial as functionality and speed of development.
- This project serves as an open-source example of using specific tools and technologies, particularly web scraping in Ruby.
- Ruby version:
2.6.3
- Rails version:
6.0.2
- Nokogiri
- Bootstrap
While the primary focus is on getting the project up and running quickly, it can still be useful for understanding the implementation of web page parsing with Ruby.