Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jairomer/coinpricecpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COINPRICECPP

What is this?

It is a toy project to experiment with JSON and HTTP requests on C++14.

What does it do?

Build it: mkdir build && cd build && cmake .. && make

Usage: coinprice [EUR|USD|GBP]

I tried to imitate the KISS philosophy used in traditional UNIX tools.

You call the command, by default it returns the current bitcoin price from coindesk in Euros.

USD and GBP are also supported.

Supported coins

For now it only supports BTC.

What I learned

The question remains, how far can I go with modern C++ until finding the complexity issues that interpreted languages have promised to solve?

About

A small CLI utility in C++ to check the price of bitcoin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages