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)
- Host: GitHub
- URL: https://github.com/bitkarrot/satshkd-vercel
- Owner: bitkarrot
- Created: 2021-07-22T20:50:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T04:20:19.000Z (11 months ago)
- Last Synced: 2024-10-30T07:20:47.587Z (11 months ago)
- Topics: bitcoin, dollar, observer, price-tracker
- Language: JavaScript
- Homepage: https://sats.bitcoin.org.hk
- Size: 4.2 MB
- Stars: 2
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```