Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 220 Bytes

File metadata and controls

13 lines (12 loc) · 220 Bytes

Make a file named credentials.js in the server folder

module.exports = {
    'Twitter' : {
	    consumer_key: 'x',
	    consumer_secret: 'x',
	    access_token: 'x',
	    access_token_secret: 'x'
    }
}

.