Welcome to 'Events Nearby'! This repository contains a Ruby CLI (Command Line Interface) Gem. 'Events Nearby' lets you enter any location to retrieve a list of events that are near that location. Displayed will be the name of the events, when they are taking place, and how much they cost. You can then choose one of the listed events to see details about that event and open it in your browser.
- Clone this repository:
git clone https://github.com/amelieoller/events-nearby-cli-gem.git
cd
into the cloned directory- Run
bundle install
in your terminal - Then run the application with
bin/events_nearby
Add this line to your application's Gemfile:
gem 'events_nearby'
And then run bundle
gem install events_nearby
- Start the program
- Enter the location you want to see events nearby
- Enter a number to see more details about a specific event
- Open the chosen event in your browser if you wish or start over
Bug reports and pull requests are welcome on GitHub at https://github.com/amelieoller/events-nearby-cli-gem. 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.
The gem is available as open source under the terms of the MIT License.