HTML5 APPLICATIONS DEVELOPMENT MANUAL

(lu) #1

In the API keys tab you will find your unique key for this API.


Let's build a container for our application first.


Let’s create in the same location a index.html file and a css file, for


which we will include a reference in the head of our html file.


Because we want our application to be dynamic and responsive we


will use Bootstrap including it from a CDN.


In the body,we will create a container for our app with the<div


id="container-fluid">

so we can add some style to it.
Free download pdf