Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.08 KB

Around the World 🌏

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.

Getting Started

Prerequisites

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.

Installing

$ bundle install
$ bin/run

If permission is required, run $ chmod 777 bin/run or $ chmod 777 {path to file}

Built With

VS Code - text editor

Contributing

See CONTRIBUTING.md for details on code of conduct.

Authors

Chindalath Traymany - cTraymany

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Special thanks to REST Countries for providing the free, public API used to make this app.