Skip to content

Commit

Permalink
Merge pull request #5 from JasonG-FR/CoinGecko
Browse files Browse the repository at this point in the history
Switching from CoinMarketCap to CoinGecko API
  • Loading branch information
JasonG-FR authored Jun 14, 2020
2 parents 0c463f6 + 9b9728c commit 9bf12f4
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 132 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tabulate = "*"
[dev-packages]

[requires]
python_version = "3.7"
python_version = "3.8"
33 changes: 17 additions & 16 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
![logo_pyCoin](img/logo_pyCoin_blink.gif)

Logo attribution: [Snake](https://thenounproject.com/vishal.marotkar/uploads/?i=316335) by **V I S H A L** & [crypto currency](https://thenounproject.com/term/crypto-currency/1372103) by **Iconika** from the [Noun Project](https://thenounproject.com)
Logo attribution: [Snake](https://thenounproject.com/vishal.marotkar/uploads/?i=316335) by **V I S H A L** & [crypto currency](https://thenounproject.com/term/crypto-currency/1372103) by **Iconika** from the [Noun Project](https://thenounproject.com).

Powered by [CoinGecko](https://www.coingecko.com).

## Dependencies
* [requests](https://pypi.org/project/requests/)
* [tabulate](https://pypi.org/project/tabulate/)

## Help
```bash
Expand Down
Binary file modified img/term_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/term_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/term_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/term_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9bf12f4

Please sign in to comment.