# README
Crypto Prices Tracker
Used Colly to scrape Crypto prices from Coinmarketcap.com and send notifications to user at desired intervals with updates.
Getting Started
- Visit github.com/new and create a new repository named
Crypto_tracker
. - 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