Skip to content

MonteyMontey/crypto-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SS2018 - Assessment Challenge by Dominik Klein

A command line application that requests the top cryptocurrencies from coinmarketcap.com via a raw http request through a socket, stores the data into a self implemented tree structure and prints it sorted by a parameter. You can find a short technical paper in the wiki.

Installation Instuctions:

  • Install Rust on your system: installation instructions.
  • Download this repository, open the console and navigate into it.
  • Rust's package manager "Cargo" should automatically be added to path, if not you might need to restart your computer.
  • Type: cargo build --release and then cargo run.

tested with rustc 1.25.0 (84203cac6 2018-03-25) and cargo 0.26.0 (41480f5cc 2018-02-26)

About

SS2018 - Assessment Challenge by Dominik Klein

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages