Skip to content

An application for ESPN Fantasy Football to display additional features such as power rankings, match-up luck factor and other popular community-requested metrics.

Notifications You must be signed in to change notification settings

mpcen/garbagetimepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garbage Time Pro - http://garbagetime.pro

An application for ESPN Fantasy Football which provides users extra features such as power rankings, match-up scenarios and other popular community-requested metrics.

Original Reddit launch thread can be found at:

https://www.reddit.com/r/fantasyfootball/comments/76ye2p/hey_reddit_i_built_a_tool_for_public_espn_leagues/

Technology Used: Node, Express, MongoDB, React, Redux, Webpack, Flexbox, Semantic-UI, ES6+, Heroku, mLab (AWS NOSQL DB)

To build and run using node >= 10.0.0 & yarn >= 1.6.0:

Assuming ./ is the project's root directory:

  • Create a dev.js file inside ./config that looks like the following:

module.exports = { mongoURI: 'your-mongodb-address:your-mongodb-port' };

example:

module.exports = { mongoURI: ' mongodb://localhost:27017' };

  • run yarn install from ./ directory

  • run yarn install from ./client directory

  • start your instance of mongoDB

  • run yarn run dev from ./ directory

App demonstration: https://www.youtube.com/watch?v=yCcsOrEaiOs&feature=youtu.be

Screenshots

About

An application for ESPN Fantasy Football to display additional features such as power rankings, match-up luck factor and other popular community-requested metrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published