BangleApps_old/apps/coin_info
Martin Zwigl c3f966790c restore original layout 2025-03-21 22:36:55 +01:00
..
icons try to implent icon for 24h change 2025-03-08 15:46:20 +01:00
screenshots 🐛 wrong name set corrected; screenshots for Readme 2025-03-16 17:28:52 +01:00
.gitignore Trial and error - nightly check-in 2025-03-16 20:12:42 +01:00
ChangeLog Cleanup 2025-03-08 16:27:52 +01:00
README.md Small improvements 2025-03-20 00:42:04 +01:00
app-icon.js app icon 2025-02-23 21:50:57 +01:00
app.js restore original layout 2025-03-21 22:36:55 +01:00
app.png 🎉 create first files; nightly check-in 2025-02-22 22:45:51 +01:00
app_mono.png 🎉 create first files; nightly check-in 2025-02-22 22:45:51 +01:00
clkinfo.js Cleanup 2025-03-08 16:27:52 +01:00
interface.html Better label for input in interface; better handling of draw cycle; 2025-03-15 23:18:16 +01:00
lib.js fixing minor bugs 2025-03-20 00:06:38 +01:00
metadata.json correct request 2025-03-21 22:34:45 +01:00
settings.js Also adjusted settings to new Binance API 2025-03-08 02:43:41 +01:00

README.md

Crypto-Coin Info

Crypto-Coins Infos with the help of the Binance and CoinStats API

Description

  • Is a clock_info module and an app
  • I use Pebble++ watch to show a bigger size of clock_info
  • I use a wider, more readable font for Pebble++

Screenshot01 Screenshot02

Creator

Martin Zwigl

Parts Infos

Clock-Info

  • Updates prices with the free Binance API
  • clkInfo updates after around 15 sec and then every x minutes (via settings) thereafter.
  • The token you want to have tracked and compared to what currency have to be uploaded via app loader web-interface
  • After that you can decide which token to display in settings

App

  • Using CoinStats for chart-data
  • token-names on CoinStats are different to Binance; they also have to be uploaded via Interface
  • You also need a CoinStats API access key which is good for a fair amount of calls
  • I tried with gridy for the axis, but for this data - it is just not readable...
  • Let me know when you have good suggestions for improvement.