Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 826 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 826 Bytes

MiniBTC - Minimalistic Bitcoin Dashboard

Use as a website or install as an app on your phone:

minibtc.netlify.app

Screenshots

  • Desktop:

Desktop Screenshot

  • Mobile:

Mobile Screenshot

Embedded mode

You can add this as a widget to your website, here's the required code:

<iframe
  src="https://minibtc.netlify.app/?embed=true&theme=light"
  frameborder="0"
  width="375"
  height="610"
></iframe>

You can tweak width and height to your needs, you can also set dark or light theme in the URL parameters.

Interactive demo: CodePen