Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 381 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 381 Bytes

fantasy-oauth

Sample Application in Node.js that uses Everyauth to create an oAuth handshake with Yahoo to consume Yahoo Fantasy Sports Data.

Install

git clone [email protected]:akshayp/fantasy-oauth.git
cd fantasy-oauth
npm install
node index.js

NOTE: Edit and add your own consumer key and secrets in the conf/config.js file for this demo to work