RamR3R /
Dfabrica-ecommerce-site
This is a Ecommerce site for clothing having google maps api intergrated in it. To check the google api intergration check the delivery time using pincode.
Loading repository data…
somanchiu / repository
Use the Google Maps JavaScript API without API KEY in any domain
<script src="https://cdn.jsdelivr.net/gh/somanchiu/Keyless-Google-Maps-API@v7.1/mapsJavaScriptAPI.js"></script>
Demo page: https://somanchiu.github.io/Keyless-Google-Maps-API/demo
<!DOCTYPE html>
<html>
<head>
<title>Simple Map</title>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<style>
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="map"></div>
<script>
var map;
function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8
});
}
</script>
<script src="https://cdn.jsdelivr.net/gh/somanchiu/Keyless-Google-Maps-API@v7.1/mapsJavaScriptAPI.js"
async defer></script>
</body>
</html>
Selected from shared topics, language and repository description—not editorial ratings.
RamR3R /
This is a Ecommerce site for clothing having google maps api intergrated in it. To check the google api intergration check the delivery time using pincode.
dialex /
Write a message using the Earth as your canvas.
Abhishek-singh-007 /
"I developed a cloud point project that provides real-time weather data, including wind speed, humidity, and air quality. Using Google API and Google Maps API, the project is built with HTML, CSS, Bootstrap, and JavaScript, offering a responsive, user-friendly interface.
Prashant-KT /
Get weather forecast of your location,website gives us weather forcast of next six days. I have used two free available APIs. One is give Weather forecast which is weather API. and one show the loaction that you search on google map. for that google API is used
thorwebdev /
This is an example how to connect to Google BigQuery using the Google APIs Client Library for JavaScript and visualizing query results with the Google Maps API.
mehal007 /
Singhal Construction is a website which contains complete information about the company i.e services, projects worldwide. I have used HTML5, CSS, PHP, JavaScript languages. I have also used two google APIs i.e Google+ and Google maps.