class Parser

Overview

Parses data for given crypto

Defined in:

helpers/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(coin : String) #

[View source]

Instance Method Detail

def coin : String #

[View source]
def coin=(coin : String) #

[View source]
def fetchData #

Fetch data from messario API


[View source]
def parseData #

Parse data into an array for further processing


[View source]