Use this simple CLI application to Learn about a new country! Search by calling-code to view 5 data points per country gathered through scraping REST Countries API. Each country’s data is parsed to retrieve nested information for display using Ruby.
This app is run with Ruby. Please have Ruby installed before beginning.
Fork and clone this repository onto your terminal. Change directories to country-cli.
$ bundle install
$ bin/run
If permission is required, run $ chmod 777 bin/run or $ chmod 777 {path to file}
VS Code - text editor
See CONTRIBUTING.md for details on code of conduct.
Chindalath Traymany - cTraymany
This project is licensed under the MIT License - see the LICENSE.md file for details
Special thanks to REST Countries for providing the free, public API used to make this app.