Skip to content

d-weber/bitduck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a2a8ad · Jun 25, 2018

History

25 Commits
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 23, 2018
Jun 25, 2018
Jun 25, 2018

Repository files navigation

BitDuck

Minimal crypto portfolio tracker. Goal is to give users a ultra simple and anonymous crypto tracker where they can track global value of their assets with live refresh. Every portfolio is lost after 30 days without access.

  • Use Redis and CoinMarketCap API
  • Use cookies for portfolio id

BitDuck

Cached :

  • CMC Listing [SYMBOL => CMCID] in CMC Lib
  • Crypto prices of CMC for 10s
  • Portfolios assets for 30 days (reset every access)

Linter :

./config/config.json example :

{
  "logLevels": [ "info", "warn", "error" ],
  "app": {
    "cores": 2,
    "port": 2051,
    "host": "127.0.0.1"
  },
  "redis": {
    "host": "127.0.0.1",
    "port": 6379,
    "database": 0,
    "prefix": "duck:"
  }
}

About

Minimal crypto portfolio tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published