Skip to content

piraces/ConsoleCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleCoin

A simple Console App in .NET 5 with makes uses of the awesome library Spectre.Console, to display a simple table with cryptocurrencies and its prices. The table is refreshed every minute and data is obtained via CoinGecko using the library CoinGeckoAsyncApi.

Build

Simply run in the terminal (root directory of the project):

dotnet build

Running

Run (in the directory containing the csproj file):

dotnet run

By default the app will show eight relevant cryptocurrencies and its prices in USD. This behaviour can be changed, as the app accepts two additional optional arguments (in order):

License

This project is licensed under the MIT License. Please see the LICENSE document in the root of this repository.

About

Simple console app to track CryptoCurrencies prices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages