daddyz / phonelib

Ruby gem for phone validation and formatting using google libphonenumber library data
MIT License
1.04k stars 130 forks source link

How to run , and csv , thnx #221

Closed hummans closed 3 years ago

hummans commented 3 years ago

Hello i m new at this and ruby . How do i install this specificaly? After that what command should i do to run it? Is this a cli or what? And is possible to make csv upload and then get generated csv ? Thnx

daddyz commented 3 years ago

@hummans everything is written in readme. This is a ruby gem (library), this can be installed with bundler or simply with "gem install" command. This gem can be used with any ruby project.

hummans commented 3 years ago

Thnx for your reply that was what i needed to know . that that can be run in any project wuold be great if you ad a demo example here i m trying to make as input a txt or csv file then it generates a new one with verifications any help for this? thnx