fng_api_wrapper 1.0.3

Crypto Fear and Greed API wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Crypto Fear and Greed API wrapper
`fng-api-wrapper` is a Rust API client for Crypto Fear & Greed Index.

The wrapper is incomplete and does not cover the entire API.  
So far it only covers the endpoint https://api.alternative.me/fng/

## Sample code
See [sample implementation](examples/fetch_last_ten_days.rs), or run it:

```bash
cargo run --example fetch_last_ten_days
```