Project

babymetal

0.0
No commit activity in last 3 years
No release in over 3 years
BABYMETAL is a Japanese metal idol unit. babymetal provides an easy method to information of BABYMETAL.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.10
~> 10.0
>= 0
 Project Readme

Babymetal

All about Japanese metal idol unit "BABYMETAL"

Installation

Add this line to your application's Gemfile:

gem 'babymetal'

And then execute:

$ bundle

Or install it yourself as:

$ gem install babymetal

Usage

require "babymetal"

# URLs
Babymetal::homepage
Babymetal::youtube
Babymetal::facebook
Babymetal::instagram
Babymetal::twitter

# BABYMETAL Official Site News
japanese_news = Babymetal::news
english_news = Babymetal::news("en")

su_metal  = Babymetal::SuMetal.new
yui_metal = Babymetal::YuiMetal.new
moa_metal = Babymetal::MoaMetal.new

su_metal.metal_name # SU-METAL
su_metal.first_name_ja # すず香
su_metal.family_name_ja # 中元
su_metal.name_ja # 中元 すず香
su_metal.first_name_en # Suzuka
su_metal.family_name_en # Nakamoto
su_metal.name_en # Suzuka Nakamoto
su_metal.birthday # 1997-12-20
su_metal.blood_type # B
su_metal.hometown # 広島県

su_metal.shout  # SU-METAL DEATH!!
yui_metal.shout # YUIMETAL DEATH!!
moa_metal.shout # MOAMETAL DEATH!!
Babymetal.shout # We are BABYMETAL DEATH!!

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/[USERNAME]/babymetal.