colour added to chart (lowest and highest values)

This commit is contained in:
arnaucode
2017-04-16 18:27:50 +02:00
parent 48656e5b16
commit ccfc1f6edc
6 changed files with 45 additions and 9 deletions

View File

@@ -8,10 +8,11 @@ import (
)
const minNumWords = 10
const iterationsCount = 3
func main() {
fmt.Println("---------------")
fmt.Println("mgoTweetsAnalyze initialized")
fmt.Println("goTweetsAnalyze initialized")
fmt.Println("Reading twitterConfig.json file")
client := readConfigTokensAndConnect()
@@ -30,7 +31,7 @@ option to select: `
switch option {
case "1":
fmt.Println("selected 1 - Analyze username")
getUser(client)
getUserTweets(client)
break
case "2":
fmt.Println("selected 2 - Delete all Favs")