UNPKG
lol-api
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
node.js wrapper for the League of Legends API
stumac/lol-api
lol-api
/
lib
/
config.js
6 lines
(2 loc)
•
51 B
JavaScript
View Raw
1
2
3
4
5
6
var
KEY
=
'API KEY IS HERE';
exports.
key
=
KEY
;