mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Update README.md
This commit is contained in:
parent
f72c783932
commit
4520937cea
24
README.md
24
README.md
@ -1,8 +1,10 @@
|
||||
# Ocean.xyz Bitcoin Mining Dashboard
|
||||
|
||||
A real-time dashboard application for monitoring Bitcoin mining operations using the Ocean.xyz mining pool.
|
||||
A real-time dashboard application for monitoring Bitcoin mining operations using the Ocean.xyz Mining Pool.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
## Overview
|
||||
|
||||
@ -143,10 +145,22 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
- [Ocean.xyz](https://ocean.xyz) mining pool for the mining API
|
||||
- [Flask](https://flask.palletsprojects.com/) web framework
|
||||
- [Chart.js](https://www.chartjs.org/) for data visualization
|
||||
- [Ocean.xyz](https://ocean.xyz) mining pool for the mining API and data services
|
||||
- [Flask](https://flask.palletsprojects.com/) web framework for the backend
|
||||
- [Chart.js](https://www.chartjs.org/) for interactive data visualization
|
||||
- [Bootstrap](https://getbootstrap.com/) for responsive UI components
|
||||
- [Redis](https://redis.io/) for data persistence and caching
|
||||
- [BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/) for HTML parsing
|
||||
- [Gunicorn](https://gunicorn.org/) for WSGI HTTP server
|
||||
- [APScheduler](https://apscheduler.readthedocs.io/) for background task scheduling
|
||||
- [jQuery](https://jquery.com/) for DOM manipulation and AJAX requests
|
||||
- [Font Awesome](https://fontawesome.com/) for icons
|
||||
- [chartjs-plugin-annotation](https://github.com/chartjs/chartjs-plugin-annotation) for chart annotations
|
||||
- [Orbitron Font](https://fonts.google.com/specimen/Orbitron) for dashboard typography
|
||||
- [Server-Sent Events (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events) for real-time updates
|
||||
- [Docker](https://www.docker.com/) for containerization and deployment
|
||||
- The Bitcoin open source community for inspiration and resources
|
||||
- [Satoshi Nakamoto](https://en.wikipedia.org/wiki/Satoshi_Nakamoto) for creating Bitcoin
|
||||
|
||||
## Contributing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user