karlogonzales / toplinebattle

0 stars 0 forks source link

AAU. I want to see the progression of the player's season through a graph. #1

Open andypham29 opened 6 years ago

andypham29 commented 6 years ago

Description

Display to the user a graph of the progression of points for each player. Option of showing individual player or top line.

Task

karlogonzales commented 6 years ago

Attached is a javascript chart resource: http://www.chartjs.org/

karlogonzales commented 6 years ago

Attached is a node schedule package: https://www.npmjs.com/package/node-schedule

Alternatively, we can use a heroku scheduler add-on to run a python or bash script to perform the same task: https://devcenter.heroku.com/articles/scheduler

Songtone commented 6 years ago

Hi guys!