- analyze a fantasy team against that team's league by finding which position is weak and offer trade suggestions with another team that is strong in that position and weak in a position where you are strong.
- Set up script to add players early in the morning on wednesday to beat waiver system
- convert app.js to use es6 with babel/webpack
- use routes to update loading status in app.js. check programming bookmarks
- compare avg points for each position to rest of league
- get mongo running::: mongod
- webpack ::: webpack -d --watch
- run SUDO nodemon ::: sudo nodemon ** also make sure that port 80 points to alexei.com -- important for oauth2 redirect in development