Sha256: a992dcf0b93af2d5c3cd994908b9658a2a6c149ef50a20efe6539fda75706e6d
Contents?: true
Size: 750 Bytes
Versions: 2
Compression:
Stored size: 750 Bytes
Contents
<!-- How to Build a CLI Gem 1. Plan your gem, imagine your interface 2. Start with the project structure - google 3. Start with the entry point - the file run 4. Force that to build the CLI interface 5. Stub out the interface 6. Start making things real 7. Discover objects. 8. Program - A command line interface to locate nearby gyms, giving details of the gym (name, location, phone) user types zip code data: http://www.gymsandfitnessclubs.com/gyms-by-location/results.php?postal_code=94582 list of 10 nearest gyms is displayed user picks number option to show name, address, phone of selected gym 24 Hour Fitness 4450 Norris Canyon Rd San Ramon, CA 94583-5415 (925) 244-9855 user can continue to make number selections for detailed info
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gyms-0.1.1 | NOTES.md |
gyms-0.1.0 | NOTES.md |