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.
- Live Data ( No need to refresh )
- Bootstrap 4
- Dashboard with 100 cryptocurrencies
- Search other coins not in the top 100
- Latest Tweets Feed
- Popular Tweets Feed
- Coin Rank
- Price
- Coin Symbol
- Market Cap
- 24 Hour Volume
- Last Updated
- % Change 1 Hour
- % Change 1 Day
- % Change 1 Week
- Git Clone the repo
git clone https://github.com/christ0ph3r/cryptocurrency-dashboard/
- Copy the config-sample.php file and name it config.php
cd cryptocurrency-dashboard && cp config-sample.php config.php
- Edit config.php and put in your Twitter API credentials
<?php
$consumer_key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$consumer_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$access_token_secret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
Coin | Address |
---|---|
Bitcoin | 1LFTccjYHbiVekdm8XYC1ucNqdGsAC3frc |
Ethereum | 0x071Fe2Bb50430A3f6af398A410a78B67e1A783AE |
Litecoin | Lh9eV96yhTyrkv2VkWG7RZvas9TzFuYZbR |