An open API service indexing awesome lists of open source software.

https://github.com/bitkarrot/satshkd-vercel

site to watch sats/hkd trend, with chinese translations. (inspired by usdsat.com)
https://github.com/bitkarrot/satshkd-vercel

bitcoin dollar observer price-tracker

Last synced: 6 months ago
JSON representation

site to watch sats/hkd trend, with chinese translations. (inspired by usdsat.com)

Awesome Lists containing this project

README

          

## HKDSAT Historical Chart

for entertainment and educational purposes only.

For running on Vercel, note that it uses the vercel version of node which won't run anywhere else

bitfinex daily close data: https://www.investing.com/crypto/bitcoin/btc-usd-historical-data

cronjob is on github actions, see action.yml

### Install

- use at least node 14+
- remove the node_modules directory for your local install (rm -rf node_modules)

```
https://github.com/bitkarrot/satshkd-vercel.git
cd satshkd-vercel
npm install
node index.js
```