Sha256: b876dcacd8d75632f232557b4b95e609fc1a3d707aa2c33d7f3226093ec3171e

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 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

---

$ git clone git@github.com:FergusDevelopmentLLC/hiking_project_cli.git

$ cd hiking_project_cli/

$ bundle install

$ touch .env

$ echo "HIKINGPROJECT_API_KEY=KEY_COPIED_FROM ABOVE" >> .env

$ sudo chmod +x bin/hiking_project_cli

$ ./bin/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

1 entries across 1 versions & 1 rubygems

Version Path
hiking_project_cli-0.1.0 README.md