Categorygithub.com/Jeromeschmidt/Crypto_tracker
repositorypackage
0.0.0-20210304215410-bc064bc7bd93
Repository: https://github.com/jeromeschmidt/crypto_tracker.git
Documentation: pkg.go.dev

# README

Crypto Prices Tracker

Go Report Card

Video demo

Used Colly to scrape Crypto prices from Coinmarketcap.com and send notifications to user at desired intervals with updates.

Getting Started

  1. Visit github.com/new and create a new repository named Crypto_tracker.
  2. Run each command line-by-line in your terminal to set up the project:
$ cd ~/go/src
$ git clone [email protected]:Make-School-Labs/Crypto_tracker.git
$ cd makesite
$ git remote rm origin
$ git remote add origin [email protected]:YOUR_GITHUB_USERNAME/Crypto_tracker.git
$ go build main.go && ./main