Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amtins/returnator-adventures
🤑 Monthly crypto-currency returns based on historical data provided by Binance API.
https://github.com/amtins/returnator-adventures
ada ava binance bitcoin cryptocurrency doge ethereum xrp
Last synced: 19 days ago
JSON representation
🤑 Monthly crypto-currency returns based on historical data provided by Binance API.
- Host: GitHub
- URL: https://github.com/amtins/returnator-adventures
- Owner: amtins
- Created: 2022-04-20T17:41:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T14:41:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T20:48:20.851Z (3 months ago)
- Topics: ada, ava, binance, bitcoin, cryptocurrency, doge, ethereum, xrp
- Language: JavaScript
- Homepage: https://amtins.github.io/returnator-adventures/
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤑 Returnator Adventures
Monthly crypto-currency returns based on historical data provided by Binance API.
![BTC returns history](BTC-returns-history.png)
## Features
🚧 **This project is still under construction**, you may encounter bugs and other strange behavior.
- [x] Preload of the top 10 crypto-currencies, harcoded value
- [x] Load more button, displays the next 10 crypto-currencies, the display order is provided by the API
- [x] Filters the crypto-currencies already displayed, it kinda works
- [x] Monthly return calculation
- [x] Mobile friendlyness, it kinda works
- [ ] Refactor the code to make it great again
- [ ] Display crypto-currencies ordered by volume
- [ ] Unit test## Resources
- [Binance API documentation](https://binance-docs.github.io/apidocs/)
- [Open Props](https://open-props.style/) supercharged CSS variables.