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.
- Host: GitHub
- URL: https://github.com/splittydev/cmc
- Owner: SplittyDev
- License: other
- Created: 2017-10-11T13:51:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T00:01:18.000Z (over 8 years ago)
- Last Synced: 2025-12-22T09:56:05.471Z (4 months ago)
- Topics: browser, coinmarketcap, electron, nodejs, webapp
- Language: JavaScript
- Size: 1.95 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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
## 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