From the course: JavaScript for Web Designers

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Create a map

Create a map

- [Instructor] Let's create our first map using JavaScipt instead of this embed code down here. We're going to need a couple of things to do this. A Microsoft account, which you can get at live.com for free. And an API key. Which you can get here at bingmapsportal.com. I'm already signed in using an Outlook account. And here under My account, I have My keys. So far, I don't have any keys. So it's prompting me to create one. We'll call this JavaScipt for web designers example. This is going to be a basic key I'm going to use for development and testing. You could choose that this is going to be used on a website if you're going to actually put it on a website. I'll just create the key. There we go. I can see this. Now you're going to need to create one of these yourself. If you try to use the key that you see here in this course, it's not going to work because this key will be gone once we're done. You're just going…

Contents