mirror of
https://github.com/Threnklyn/pebble-directions.git
synced 2026-05-18 12:53:27 +02:00
Moved api keys
* Moved the api keys for the here api to a separate file that is ignored in the git
This commit is contained in:
@@ -8,3 +8,6 @@ dist.zip
|
||||
|
||||
# Ignore installed node modules
|
||||
node_modules/
|
||||
|
||||
# Ignore the apiKeys.js file
|
||||
src/js/apiKeys.js
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
// Api keys
|
||||
var hereAppId = 'O9qHlTv2c773rK1cC7Iw';
|
||||
var hereAppCode = 'vjQQRbJewPVjPhPuNZOclQ';
|
||||
var hereAppId = require('./apiKeys.js').hereAppId;
|
||||
var hereAppCode = require('./apiKeys.js').hereAppCode;
|
||||
|
||||
|
||||
// Make a http request and return the recived json to the callback (callback params: success / json)
|
||||
|
||||
Reference in New Issue
Block a user