📈 SpyCrypt: GitHub-Powered Crypto Price Monitor
SpyCrypt is a simple and effective way to monitor real-time cryptocurrency prices directly from your GitHub repository.
It fetches up-to-date prices for BTC, ETH, SOL, and USDT using the CoinGecko API, and keeps the data refreshed automatically using GitHub Actions.
🚀 Features
- ⛓️ Powered by CoinGecko API
- 🔁 Auto-refresh via GitHub Actions
- 💾 Saves data into versioned JSON files
- 🔍 Tracks prices for:
- Bitcoin (BTC)
- Ethereum (ETH)
- Solana (SOL)
- Tether (USDT)
- 🔓 Fully open-source and easy to fork
⚙️ How It Works
SpyCrypt is built entirely with JavaScript and hosted on GitHub. Here's what it does:
- Fetches current prices from CoinGecko
- Writes them to a JSON file
- Commits & pushes the update to the repository via GitHub Actions
- Runs every few minutes, thanks to a scheduled workflow
You can view the data live in the repo or use it in other applications.
🛠 Setup Your Own Version
Want to use or fork it?
git clone https://github.com/superti4r/spycrypt
cd spycrypt
npm install
node scripts/ambil-kurs.js