Giter Club home page Giter Club logo

mapspai-signature's Introduction

mapsapi-signature

Generate correct URL signatures using Secret Key from Google API Console. Useful for Quota tracking APIs like Streetview Image API.

READ MORE

*Google Developer Docs *Streetview Image API

Install

npm install mapsapi-signature

API

    var mapsapisign = require('mapsapisign');
    var secrey_key = "jx4xM1nvjyK6MPA7nQrKe__seOM="; //FAKE SECRET , update to your Secret Key
    //Include your API_KEY
    var _url = 'https://maps.googleapis.com/maps/api/streetview?size=400x400&location=40.720032,-73.988354&fov=90&heading=235&pitch=10&key=YOUR_API_KEY';
	var signature = mapsapisign.getSignature(_url,secrey_key) //F86CrZMBDc_ARsm56Jv1c87z48M=
	var urlWithSign = _url + '&signature=' + signature

	//OR Directly get the URL with signature
    var mapsapisign = require('mapsapisign');
	var signedUrl = mapsapisign.getSignedUrl(_url,secrey_key)
	console.log({signedUrl:signedUrl});
	//https://maps.googleapis.com/maps/api/streetview?size=400x400&location=40.720032,-73.988354&fov=90&heading=235&pitch=10&key=YOUR_API_KEY&signature=F86CrZMBDc_ARsm56Jv1c87z48M=

mapspai-signature's People

Contributors

devasur avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.