Skip to content

willian-s123/Hyakumeizan

Repository files navigation

Hyakumeizan

Welcome to Hyakumeizan gem!

This gem help to get easily Hyameizan mountains data!!

Installation

Add this line to your application's Gemfile:

gem 'Hyakumeizan'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install Hyakumeizan

Usage

Get all mountains data

Hyakumeizan::List.all

=> [...return all mountain data]

Filter mountains data by prefecture

Hyakumeizan::List.filter_by_prefecture('長野県')

=> [...return only Nagano mountains data]

Find target mountain by name

Hyakumeizan::List.find_by_name_ja('蓼科山')

=> {
     name_ja: '蓼科山',
     name_en: 'tateshinayama',
     latitude: 36.103722222222224,
     longtitude: 138.29494444444444,
     height: '2530m',
     prefecture: '長野県'
   }


Hyakumeizan::List.find_by_name_en('tateshinayama')

=> {
     name_ja: '蓼科山',
     name_en: 'tateshinayama',
     latitude: 36.103722222222224,
     longtitude: 138.29494444444444,
     height: '2530m',
     prefecture: '長野県'
   }

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/willian-s123/Hyakumeizan. 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/willian-s123 /Hyakumeizan/blob/master/CODE_OF_CONDUCT.md).

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Hyakumeizan project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

百名山の情報が簡単に取得できるようになるgem

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published