All Projects → valerio-vaccaro → Bitcoin-dashboard

valerio-vaccaro / Bitcoin-dashboard

Licence: MIT license
A Shiny/R project able to visualize charts about Bitcoin price and performances.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Bitcoin-dashboard

CryptoCurrency.Net
CryptoCurrency.Net
Stars: ✭ 21 (-57.14%)
Mutual labels:  bitcoin-price
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (+153.06%)
Mutual labels:  mempool
shinyTime
A timeInput widget for Shiny
Stars: ✭ 23 (-53.06%)
Mutual labels:  shiny
ShinyItemAnalysis
Test and Item Analysis via Shiny
Stars: ✭ 30 (-38.78%)
Mutual labels:  shiny
btc-ticker-esp8266
realtime bitcoin price on 7 segment display with arduino on esp8266
Stars: ✭ 18 (-63.27%)
Mutual labels:  bitcoin-price
shiny-dailyRe
R app for daily Covid-19 Re estimates
Stars: ✭ 18 (-63.27%)
Mutual labels:  shiny
bubblyr
☁️ ☁️ ☁️ Beautiful Bubbles in Shiny and RMarkdown Backgrounds
Stars: ✭ 16 (-67.35%)
Mutual labels:  shiny
trackeRapp
An interactive web application for the analysis of sports data from GPS-enabled tracking devices
Stars: ✭ 27 (-44.9%)
Mutual labels:  shiny
prettifyAddins
RStudio addins to prettify JavaScript/HTML/CSS/Markdown/C++ and more.
Stars: ✭ 18 (-63.27%)
Mutual labels:  shiny
shiny-scrollytell
📜 Scrollytelling in R, because its easier than D3™
Stars: ✭ 41 (-16.33%)
Mutual labels:  shiny
neuroexpresso
📊 Gene expression in neuroexpresso database
Stars: ✭ 15 (-69.39%)
Mutual labels:  shiny
shinyURL
🔗 Save and restore the state of Shiny app's widgets by encoding them in an URL query string
Stars: ✭ 82 (+67.35%)
Mutual labels:  shiny
tidymodules
An Object-Oriented approach to Shiny modules
Stars: ✭ 110 (+124.49%)
Mutual labels:  shiny
LIRBase
A comprehensive collection of long inverted repeats in 424 eukaryotic genomes
Stars: ✭ 15 (-69.39%)
Mutual labels:  shiny
teach-shiny
Materials for the Shiny Train the Trainer workshop
Stars: ✭ 38 (-22.45%)
Mutual labels:  shiny
fullPage
📄 fullPage.js, pagePiling.js and multiScroll.js for shiny
Stars: ✭ 100 (+104.08%)
Mutual labels:  shiny
shinyEvents
Use shiny with event handlers instead of reactivity
Stars: ✭ 36 (-26.53%)
Mutual labels:  shiny
PhyloProfile
A phylogenetic profile analysis tool
Stars: ✭ 24 (-51.02%)
Mutual labels:  shiny
shinyFilters
Cascading filter modules for Shiny
Stars: ✭ 13 (-73.47%)
Mutual labels:  shiny
shinyCircos
an R/shiny application for creation of Circos plot interactively
Stars: ✭ 127 (+159.18%)
Mutual labels:  shiny

Bitcoin-dashboard

Bitcoin-dashboard is a Shiny/R project able to visualize charts about Bitcoin price and performances.

Bitcoin-dashboard is able to show:

  • the value of Bitcoin in EUR and USD in the last 24 hours and in last 30 days
  • the mining of Bitcoin in the last 24 hours and in last 10 days
  • the performances of Bitcoin in terms of blocks free space and delay in the last 24 hours and in last 10 days
  • the performance of mempool in last hours and the prices of transactions still present in mempool
  • the transactions connected with one bitcoin wallet address.

Working example

You can check a working example of the dashboard here.

Price dashboard

Price dashboard

Mining dashboard

Mining dashboard

Blocks dashboard

Blocks dashboard

Mempool dashboard

Price dashboard

Make it work

Follows this steps in order to clone this project:

  • Clone the repository in your shiny app folder.
  • Execute the script get_data.R every hour in order to fetch new datasets - maybe calling rscript from cron.
  • Enjoy the charts available with this simple shiny app.

All the code is available at https://github.com/valerio-vaccaro/Bitcoin-dashboard

The dataset is generate using free API from btc.com, blockchair.com and bitcoinaverage.com.

License

Copyright (c) 2017-2018 Valerio Vaccaro http://www.valeriovaccaro.it

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].