Skip to content

nrpatten/CoinMarketCapAPISite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinMarketCapAPISite Node.js Scraping


  • Simple CoinMarketCap API website made with jquery, dataTables, and Node.js
  • Scrapes coinmarketcap every 5 minuts with Node.js.
  • Pulls all of the CoinMarketCap data and displays it in a table.
  • Auto refresh the data every 5 minutes.
  • Bootstrap Style with Pagination and Search.
  • Print or Copy and Download as CSV, Excel, PDF.

Setup:

cd /var/www

git clone https://github.com/nrpatten/CoinMarketCapAPISite.git coinmarketcap

cd coinmarketcap

git checkout dev-node

cd node

npm install

Crontab:

crontab -e

Add:

*/5 * * * * cd /var/www/coinmarketcap/node/ && node update.js 

Done..

About

CoinMarketCap API website made with jquery, dataTables and bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages