This is a simple little page to track Bitcoin's "Never Look Back" price, as described in this Medium article.
Publicly viewable at bitcoin.craighammell.com.
- The data must be manually updated, so is not always fresh.
- Figure out what's going on with
constants.js
- not needed? - Variable renaming - inconsistencies w/ "nlb" & "forward minimum"
- Add 2nd page for the power law corridor
This project is an experiment in using vanilla, browser-side Javascript modules. Avoiding transpiling is a goal, nice as React and Mobx are.
It may not work in some browsers.
This code is deployed to bitcoin.craighammell.com using Cloud Build.
A react version of this project can be found here, but it is not yet as performant: bitcoin-charts.