Skip to content

bavaria95/currency_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

currency_parser

parsing currencies from two pages(www.ingbank.pl/kursy-walut and www.kantor-exchange.pl) in PLN, generating html with table of them

create instance of class Currency with name of bank(ING or Kantor)

ing = Currency.new('ING')     #--> Currency

Next use method named with code of currency to this instance

ing.eur         #--> Hash
ing.USD['buying']     #--> Float

kantor = Currency.new('Kantor')       #--> Currency
kantor.gbp['selling']       #--> Float

About

parsing currencies from two pages, generating html with table of them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages