Skip to content

Commit

Permalink
Update weather.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Nov 11, 2015
1 parent cf32e9b commit e2ba723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/weather.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var http = require('request');
var debug = require('debug')('apps:weather');

//IMPORTANT, OpenWeathermap API KEY
var apiKey = '76433fafdcca7499efeaa78d09f1bcc6';
var apiKey = 'YOURAPIKEY';


function run(city, chat, cb){
Expand Down

0 comments on commit e2ba723

Please sign in to comment.