Sha256: 80b08b591768f60f0938c891e6e7f164e79c2aa761e000d9bc304ecc7763ceb4

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

# Specifications for the CLI Assessment

Specs:
- [x] Have a CLI for interfacing with the application
		- The bin/adventures file calls upon the CLI in lib/adventures/cli.rb
- [x] Pull data from an external source
		- Scrapes adventures from outbound.com with nokogiri in lib/adventures/scraper.rb and adventure.rb
- [x] Implement both list and detail views
		- List views include the methods list_activities and list_adventures in cli.rb
		- Detail view is in the list_details method in cli.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adventures-0.1.0 spec.md