From ff8e72f86e6d089959697342a68e35e1dcfc24f8 Mon Sep 17 00:00:00 2001 From: Sacha Nacar Date: Sat, 10 Jan 2015 12:29:45 +0100 Subject: [PATCH] Added step 5 - to rename the file as config.js The file originally did not say anything about changing the file name to config.js for the app to work. Though obvious, it is an important step to mention :) --- config.sample.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index 17f52a4..2ba6baa 100644 --- a/config.sample.js +++ b/config.sample.js @@ -8,6 +8,7 @@ // 2. Copy this file to config.js // 3. Add your private Twitter API credentials // 4. Include the screen name for the timeline, do not include an @ symbol +// 5. Rename this file to config.js module.exports = { consumer_key: '', @@ -15,4 +16,4 @@ module.exports = { access_token: '', access_token_secret: '', screen_name: '' -}; \ No newline at end of file +};