WashingtonHikes
WashingtonHikesCLI will be a command-line app to allow a user to find a hike in a specified region of Washington state. When the user runs the app, they will see a greeting and be able to choose the region they would like to look in, see all hikes or exit the app.
If a user chooses to select a region, they will be asked to choose a region 'menu' to get to the main menu. If they select a region they will see a list of hikes available in that region including the name, length and elevation gain. The user can select a hike to see additional details like the description, features and rating.
After looking at a hike's details the user can choose to browse hikes by region, see hikes across Washington or exit the app.
Installation
To run Washington Hikes clone the repository to your machine: https://github.com/efkarst/washington-hikes-cli. Use Ruby >= 2.5.1 and run "bundle install" to install dependencies.
Usage
Run "ruby ./bin/washington-hikes" and follow the on screen prompts.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/efkarst/washington-hikes-cli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the WashingtonHikes project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.