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

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

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`.