VanessaAoki / Ruby-Capstone

This is my capstone project for the Ruby module at Microverse, and it's a web-scrapper created to help you to get articles from Wikipedia, directly from your terminal!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microverse MIT Licensed GitHub last commit (branch) GitHub Repo stars

Ruby-Capstone

This is a web-scrapper, created with Ruby, to help you to get articles from Wikipedia - directly from your terminal"

screenshot example

Getting Started

Prerequisites

To run this project, you need a computer with Ruby installed.

If you are uncertain about how to install Ruby, check out this tutorial made by The Odin Project.

Setup

  1. Clone the repository:
https://github.com/VanessaAoki/Ruby-Capstone.git
  1. Type $ cd bin to move to the bin folder, you must be on this folder to execute the file;

  2. Install all required gems by typing $ bundle install on the terminal;

  3. Execute the file by using $ ruby main on the terminal;

  4. Type the terms of your search and go through the millions of articles available on Wikipedia!

Built With

  • Ruby
  • Ruby gems: nokogiri, open-uri, rubocop, watir and webdrivers
  • Visual Studio, Git & GitHub

Author

πŸ‘©πŸΌβ€πŸ’» Vanessa Aoki

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give an ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

About

This is my capstone project for the Ruby module at Microverse, and it's a web-scrapper created to help you to get articles from Wikipedia, directly from your terminal!

License:MIT License


Languages

Language:Ruby 100.0%