※ open go folder and cd notion
-
Update main.go
monthlyFlag := false
-
Update config.go
func WeeklyConstants() (string, string) { lastWeek := "6/15 ~ 6/21" thisWeek := "6/22 ~ 6/30" return lastWeek, thisWeek }
-
Execute the following command
$ make run_update
-
Update main.go
monthlyFlag := true
-
Update config.go
func MonthlyConstants() (string, string) { lastMonth := "June" thisMonth := "July" return lastMonth, thisMonth }
-
Execute the following command
$ make run_update
- Deal rate limit
- Update Date
- Create UI
- Use Framework (ex. Echo)