Sha256: e0086b10f8d841485df45e907f4ee4d0f69d6e82d4a5257a6482f4ac27f51eda
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 KB
Contents
# HikingProjectCli This CLI application will provide a list of hiking trails and details for an latitide, longitide of interest. It is based on the Hiking Project DATA API https://www.hikingproject.com/data It returns data publicly available pages on the Hiking Project site: https://www.hikingproject.com/ ## Installation NOTE: you need to have a Hiking Project private key in order for this CLI to work. 1. Visit: https://www.hikingproject.com/ sign up for an account or contact me for a key: will.carter@fergusllc.com or find me on the Learn.co slack (Will Carter) 2. Visit https://www.hikingproject.com/data to see your key, copy it --- $ gem install hiking_project_cli Set your environment variable for the API key... $ export HIKINGPROJECT_API_KEY=KEY_COPIED_FROM ABOVE $ bundle install $ hiking_project_cli ## Usage Follow the instructions in the program prompts. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/FergusDevelopmentLLC/hiking_project_cli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/FergusDevelopmentLLC/hiking_project_cli/blob/master/CODE_OF_CONDUCT.md). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the HikingProjectCli project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/hiking_project_cli/blob/master/CODE_OF_CONDUCT.md).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hiking_project_cli-0.1.3 | README.md |
hiking_project_cli-0.1.2 | README.md |