> ## Content Index
> Fetch the complete content index at: https://birchtree.me/llms.txt
> Use this file to discover other available public pages before exploring further.

# 24 Hour Coding Project: Crypto Board
- URL: https://birchtree.me/blog/24-hour-coding-project-crypto-board/
- Published: 2017-12-11T14:30:28.000Z
- Updated: 2017-12-11T14:30:28.000Z
- Author: Matt Birchler
- Tags: Links, meta, #Import 2023-06-01 22:41, #Import 2025-03-29 19:29

Every once in a while I like to build something quickly and just kick it out the door as fast as possible. This has previously lead to things like [Quick BIN Lookup](https://quickbinlookup.com/?ref=birchtree.me) and [App Bottlerocket](https://quickbinlookup.com/appstore/?ref=birchtree.me) coming into being.

Yesterday I did the same thing and have created [Crypto Board](https://crypto-board.tech/?ref=birchtree.me) which simply shows the current values (compared to USD) of many of the top cryptocurrencies. The data is coming from [CryptoCompare](https://www.cryptocompare.com/?ref=birchtree.me), who has a lot of real time data. They have more data than me, but mine looks nicer.

Since this was started less than 24 hours ago, there are not a ton of features. Currently I only have historical data for Bitcoin, so you can see the last 30 days of data, and I'm working on adding a good way to refresh the data so you can just leave this page in a window and let it keep you up to date. This page will become more useful, but I wasn't able to get everything in there in 24 hours, so consider this a public beta of sorts.

I hope you like it!