-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Labels
Description
We all know that Google stopped using it's services without api key. People are having issues on stackoverflow asking google maps javascript api related questions (and also other services) . Because no one wants to predefine their own api keys, and without key nothing works.
What might be a solution is,
Every user be able to define their own api key privately in their profile. When user asks a question and links to jsfiddle, he/she will give maps api reference without api key (because he/she already has predefined key in his profile) linked resource url will not have key parameter.
If we click on the link and open jsfiddle, system will use our own api key automatically and run the code.