Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit 653be5b

Browse files
Create auth.js
1 parent 74e34cb commit 653be5b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

auth.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
function API(){
3+
var keys = [
4+
'keys replaced by your own'
5+
];
6+
var APIKey = keys[Math.floor(Math.random()*keys.length)];
7+
return APIKey;
8+
}

0 commit comments

Comments
 (0)