CMC is an inofficial desktop client for coinmarketcap.
- Keep track of your favorite cryptocurrencies right from your desktop
- Use the blazing fast search function to find a specific cryptocurrency
- Analyze trends and market development with the built-in growth indicators
- Convert all data to any of the supported currencies (there are plenty!)
- No need to refresh, data is updated automagically! <- worst pun
Prebuilt binaries are available for Windows, Linux, and macOS (Darwin).
Building from source:
# Clone and enter repository
git clone git@github.com:SplittyDev/cmc.git
cd cmc
# Install dependencies
npm i
# Start cmc directly, with live-reload support
npm run live
# Prebuild cmc binaries for all supported platforms
npm run pack
Node 8.1.2+ is highly recommended for building.