Skip to content

piraces/ConsoleCoin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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