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.
-
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)
-
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.
License
The gem is available as open source under the terms of the MIT License.
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.