Skip to content

dsslater/Faux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faux

First you will need to create a file called keys.config it should take the form:

exports.keys = {
	client_id : 'YOUR CLIENT ID',
	client_secret : 'YOUR SECRET', 
	redirect_uri : 'http://localhost:8888/callback' 
}

run npm install then run node app.js

App will be hosted on port 8888.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published