Skip to content

Using a page object to obtain crypto currency values

Notifications You must be signed in to change notification settings

tonimellodic/coinmarket-po

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coinmarket-po

Using a page object to obtain crypto currency values based on a configurable json file.

Getting Started

Prerequisites

Installing

bundle install

Additionally, you need

Running the script

Define your coin list

Copy the example file coinlist.json.dist into coinlist.json with your desired coins and their amounts:

{
  "bitcoin": 0.5,
  "ethereum": 3,
  "iota": 10
}

Run

ruby mycoins.rb

About

Using a page object to obtain crypto currency values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages