Psiale / 100-years-of-quotes

web scrapper that displays quotes from the 100 years of solitude book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rspec enumerable Testing

Table of Contents

About The Project

This program provides you with quotes from the 100 years of solitude book.

screenshot

Program options

  • After the welcome message is displayed you can type:
  • "rand" will get you a random quote
  • "top" will get you the top ten quotes
  • "exit" will close the program (or ctrl + c / ⌘ + c)

Pre-requisites

  • Make sure you have ruby installed on your computer
  • gem install bundler =>gem file to manage ruby gems
  • A terminal bash for linux or cmd for windows

Installing the program

  • On the search function of your computer type "cmd" to open a terminal
  • On the terminal run the following commands:
  • "bundle install" for easy management of gems files
  • Git clone(download) the project by running "git clone https://github.com/Psiale/100-years-of-quotes"
  • cd (cd-100-years-of-quotes) into the project folder
  • Run bundle install
  • cd into bin "cd bin"
  • make the main file executable on linux, windows or run "ruby main.rb"
  • Enjoy the QUOTES!!

Built With

This project was built using Ruby.

Author

👤 Alexis Sanchez

Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

About

web scrapper that displays quotes from the 100 years of solitude book.


Languages

Language:Ruby 100.0%