revert config to original settings

This commit is contained in:
Jon Heller 2015-10-23 16:33:41 -04:00
parent 458407b52d
commit ce6c084345

View File

@ -7,30 +7,30 @@ var config = {
//change weather params here: //change weather params here:
//units: metric or imperial //units: metric or imperial
params: { params: {
q: 'Philadelphia, Pennsylvania', q: 'Baarn,Netherlands',
units: 'imperial', units: 'metric',
// if you want a different lang for the weather that what is set above, change it here // if you want a different lang for the weather that what is set above, change it here
lang: 'en', lang: 'en',
APPID: 'ba8a928b5152be1d4b371b256554abfc' APPID: 'YOUR_FREE_OPENWEATHER_API_KEY'
} }
}, },
compliments: { compliments: {
interval: 2000, interval: 2000,
fadeInterval: 4000, fadeInterval: 4000,
morning: [ morning: [
'Are you always so stupid or is today a special occasion?', 'Good morning, handsome!',
'Don\'t feel bad. A lot of people have no talent!', 'Enjoy your day!',
'I don\'t know what makes you so stupid, but it really works.' 'How was your sleep?'
], ],
afternoon: [ afternoon: [
'How did you get here? Did someone leave your cage open?', 'Hello, beauty!',
'I know you were born ugly, but why did you have a relapse?', 'You look sexy!',
'I know you\'re not as stupid as you look. Nobody could be!' 'Looking good today!'
], ],
evening: [ evening: [
'How come you\'re here? I thought the zoo is closed at night!', 'Wow, you look hot!',
'I\'d like to kick you in the teeth, but why should I improve your looks?', 'You look nice!',
'If I had a face like yours. I\'d sue my parents!' 'Hi, sexy!'
] ]
}, },
news: { news: {