Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuyk/crypto-prices
Repository with Crypto Prices
https://github.com/stuyk/crypto-prices
crypto cryptocurrency
Last synced: 1 day ago
JSON representation
Repository with Crypto Prices
- Host: GitHub
- URL: https://github.com/stuyk/crypto-prices
- Owner: Stuyk
- Created: 2024-12-12T21:18:39.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-12-20T00:09:19.000Z (3 days ago)
- Last Synced: 2024-12-20T00:17:55.473Z (3 days ago)
- Topics: crypto, cryptocurrency
- Language: JavaScript
- Homepage:
- Size: 2.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Prices
Literally just pushes prices for historical reasons to this GitHub repository.
Every hour it fetches pricing from a source.
Pushes it to the repo.
Tags the repo.
Tags are as follows: `year.month.day.hour`
## How to fetch the prices?
Here's some options:
```
https://cdn.jsdelivr.net/gh/stuyk/crypto-prices/dist/prices.json
```
OR```
https://cdn.jsdelivr.net/gh/stuyk/[email protected]/dist/prices.json
```OR
```
https://raw.githubusercontent.com/Stuyk/crypto-prices/refs/heads/main/dist/prices.json
```