Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChristiane Jonas
7,085 PointsGoogle Maps API key
Just wondering, when creating websites for clients, does the average developer use their own API key in the JavaScript for the maps? Or do they create separate profiles for a specific client?
2 Answers
Kevin Korte
28,149 PointsPersonally, I'd put each of the clients on their own account and API key. If you put too many one API you could easily tap over the request limit, plus I wouldn't want my API key to be left in code that somebody else could than later down the road see and or use.
Christiane Jonas
7,085 PointsThanks a lot