Skip to content

Commit

Permalink
private key
Browse files Browse the repository at this point in the history
  • Loading branch information
sushant10 authored Jun 24, 2017
1 parent da0291f commit 9976fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var xhrRequest = function (url, type, callback) {

function locationSuccess(pos) {
// Construct URL
var myAPIKey= '0af7a04dd834108bc2145332b2249ac6';
var myAPIKey= '***********';// key made private
var url = 'http://api.openweathermap.org/data/2.5/weather?lat=' +
pos.coords.latitude + '&lon=' + pos.coords.longitude + '&appid=' + myAPIKey;

Expand Down

0 comments on commit 9976fc4

Please sign in to comment.