Code Monkey home page Code Monkey logo

coinwatcher's Introduction

CoinWatcher

A simple GUI to track cryptocurrency prices.

Typical Coin Watcher GUI

How to run it

$ go install github.com/itohi/CoinWatcher/cmd/watcher@latest

All the requirements for building Fyne apps apply.

Configuration

You will need Coinmarketcap API key for this to work. They offer a free tier with 10000 API credits per month, so it should be plenty enough for casual use.

You can setup the API key using COINWATCHER_KEY environment variable at first start. Otherwise it is possible to configure the api key using settings button.

Features

  • Save/Load coin list
  • Fetch prices from Coinmarketgo
  • Cache coin images
  • Convert currency (requires either payed plan or fetching fiat currencies and converting that way)
  • Disable certain controls when Coinmarketcap is not available(incorrect API key)
  • Display better errors when failed to fetch data from Coinmarketcap
  • Recreate crypto feed variable after API key change
  • Handle symbols with non alpha-numeric characters correctly
  • Fetch and display coin hisstoric data
  • Autoupdate coin prices
  • Add other sources
  • Better coin entry (e.g. use autocomplete)
  • Better coin matching logic (currently matches by symbol)
  • Setup actions for when a price reaches certain threshold
  • pluggable pattern matchers
  • pluggable actions

Acknowledgement

App Icon by Icons8

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.