cmc

A simple CLI app that returns some data on various cryptocurrencies using the CoinMarketCap API.

Setup

Install Dependencies

shards

Create an Executable File

crystal build src/cmc.cr

Configure Environment Variables

Copy the .env.example file

cp .env.example .env

In the .env file:

Usage

Run with basic info

./cmc

Run with additional info

./cmc -f        # same as `./cmc --full`

License

Unlicense

Contributors