Giter Site home page Giter Site logo

mofrey-max / cryptocurrency-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from christ0ph3r/cryptocurrency-dashboard

0.0 0.0 0.0 1.84 MB

Crypto Currency Dashboard Using Twitter :bird: And Coinmarketcap :rocket: API

PHP 4.16% CSS 73.72% HTML 18.70% JavaScript 3.42%

cryptocurrency-dashboard's Introduction

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

cryptocurrency-dashboard's People

Contributors

christ0ph3r avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.