An open API service indexing awesome lists of open source software.

https://github.com/splittydev/cmc

Inofficial coinmarketcap.com desktop app.
https://github.com/splittydev/cmc

browser coinmarketcap electron nodejs webapp

Last synced: 14 days ago
JSON representation

Inofficial coinmarketcap.com desktop app.

Awesome Lists containing this project

README

          

# CMC Desktop App
CMC is an inofficial desktop client for [coinmarketcap].

## Features
- 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

## Screenshots


CMC Screenshot One
CMC Screenshot Two

## Download
[Prebuilt binaries][prebuilt] are available for Windows, Linux, and macOS (Darwin).

Building from source:
```bash
# 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.

[coinmarketcap]: https://coinmarketcap.com
[prebuilt]: https://github.com/SplittyDev/cmc/releases/latest