/coin-price

Andoromeda Coin Price Project

Primary LanguageJavaScript

Andoromeda Coin Price Project

How to use

  1. Rename config-template.json with config.json and replace 'cmc_key' with your key.
  2. Run Docker
# Foreground
docker-compose up --build
# Background
docker-compose up -d --build
  1. Press Ctrl+C to quit...

Project Structure

TBD

  • config file generator
  • more API format
  • API user identity verify
  • more coin-pairs
  • error handler
  • log printer
  • mini calculator
  • FrontEnd (with andoExchange)
  • ...

Contribute Guide

  • under construction