All Projects β†’ christ0ph3r β†’ Cryptocurrency Dashboard

christ0ph3r / Cryptocurrency Dashboard

Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap πŸš€ API

Projects that are alternatives of or similar to Cryptocurrency Dashboard

Cryptocurrency Cli
πŸ’° Cryptocurrency Portfolio On The Command Line πŸ’°
Stars: ✭ 99 (+83.33%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, monero, litecoin, dash
Moneda Cli
Command line to track cryptocurrency prices
Stars: ✭ 114 (+111.11%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, dash
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-5.56%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, crypto
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (+125.93%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, crypto
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+620.37%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, dash
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (+120.37%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, twitter
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (+151.85%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, crypto
Aeternity
Γ¦ternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1609.26%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+288.89%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto
Cryptocurrency Arbitrage
A cryptocurrency arbitrage opportunity calculator. Over 800 currencies and 50 markets.
Stars: ✭ 836 (+1448.15%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Bitcoinlib
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
Stars: ✭ 350 (+548.15%)
Mutual labels:  bitcoin, cryptocurrency, litecoin, dash
Cryptoview
Elegant portfolio management for multi-exchange traders
Stars: ✭ 206 (+281.48%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (+216.67%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (+433.33%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (+190.74%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+41568.52%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+3818.52%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto
Edge React Gui
Edge Wallet React Native GUI for iOS and Android
Stars: ✭ 303 (+461.11%)
Mutual labels:  ethereum, bitcoin, litecoin, dash
Donut
🏹 Dead-simple cross-platform cryptocurrency tracker.
Stars: ✭ 367 (+579.63%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, dash
Miningcore
Miningcore is a high-performance Mining-Pool Engine that runs on Linux and Windows and supports a variety of crypto-currencies.
Stars: ✭ 378 (+600%)
Mutual labels:  ethereum, bitcoin, monero, litecoin

Cryptocurrency Dashboard

Cryptocurrency Dashboard lets you monitor the top 100 currencies based on market cap size. It uses the coinmarketcap.com API to fetch crypto data. It uses the Twitter API to monitor the latest and most popular tweets about a Cryptocurrency.

Cryptocurrency Dashboard

Features

General

  1. Live Data ( No need to refresh )
  2. Bootstrap 4
  3. Dashboard with 100 cryptocurrencies
  4. Search other coins not in the top 100

Twitter API Data

  1. Latest Tweets Feed
  2. Popular Tweets Feed

Coinmarketcap API Data

  1. Coin Rank
  2. Price
  3. Coin Symbol
  4. Market Cap
  5. 24 Hour Volume
  6. Last Updated
  7. % Change 1 Hour
  8. % Change 1 Day
  9. % Change 1 Week

Installation Instructions

  1. Git Clone the repo
git clone https://github.com/christ0ph3r/cryptocurrency-dashboard/
  1. Copy the config-sample.php file and name it config.php
cd cryptocurrency-dashboard && cp config-sample.php config.php
  1. Edit config.php and put in your Twitter API credentials
<?php
$consumer_key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$consumer_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$access_token_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";

Like my work? Donate some coin!

Coin Address
Bitcoin 1LFTccjYHbiVekdm8XYC1ucNqdGsAC3frc
Ethereum 0x071Fe2Bb50430A3f6af398A410a78B67e1A783AE
Litecoin Lh9eV96yhTyrkv2VkWG7RZvas9TzFuYZbR
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].