Project

ruripara

0.0
No commit activity in last 3 years
No release in over 3 years
All about Pripara
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0
~> 3.0
= 0.57.2
 Project Readme

Ruripara

Gem Version

CircleCI

This gem will be all about Pripara.
You can get Pripara data, easily.

Installation

Add this line to your application's Gemfile:

gem 'ruripara'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruripara

Usage

require 'ruripara'
girl = Pripara::Idol.find_by(name: '南みれぃ')
girl.cast_name
# => '芹澤優'
girl.chram.name
# => ポップ

brands = Pripara::Brand.all
brand = brands.first
brand.name
# => Twinkle Ribbon
brand.charm.name
# => ラブリー

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/yensaki/ruripara.

License

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