bcherry / mobile_devices

Convert code names into real names using rikas/iosdevices and vinuthomas/android-devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RubyGem mobile_devices

Convert code names into real names using @rikas/iosdevices and data from @vinuthomas/android-devices.

require 'mobile_devices'

puts MobileDevices.get_name('iPhone6,2')
# "iPhone 5s"

puts MobileDevices.get_name('zerofltespr')
# "Galaxy S6"

About

Convert code names into real names using rikas/iosdevices and vinuthomas/android-devices

License:MIT License


Languages

Language:Ruby 100.0%