https://github.com/nonnorm/cryptocurrency-prices
A few scripts to grab cryptocurrency prices and price changes
https://github.com/nonnorm/cryptocurrency-prices
Last synced: 23 days ago
JSON representation
A few scripts to grab cryptocurrency prices and price changes
- Host: GitHub
- URL: https://github.com/nonnorm/cryptocurrency-prices
- Owner: nonnorm
- License: bsl-1.0
- Created: 2021-04-24T23:23:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T17:10:46.000Z (over 4 years ago)
- Last Synced: 2025-10-24T05:38:49.253Z (8 months ago)
- Language: C++
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryptocurrency-prices
A few scripts to grab cryptocurrency prices and price changes. I made this as a way to test myself and the programming languages I knew. So far, there are scripts written in:
- Python
- Bash
- Go
- C++
- Javascript
- Rust
The Go script is completely standard, the Bash script requires `cURL`, `jq`, and `printf`, the Python script requires `requests` and `json`, the C++ script requires `json` and `libcurl`, the Javascript script is also standard, and the Rust script requires `reqwest`.