Code Monkey home page Code Monkey logo

qs-google-signature's Introduction

Introduction

This is a wrapper around qs package, made in order to create a querystring conforming to Google Digital Signature , by simply adding your signature key as the signature parameter, see Usage below.

It's especially intended as an almost drop'in replacement for qs package or querystring node API in packages such as :

Install

$> npm install qs-google-signature

Usage

var qs = require('qs-google-signature');

var query = {
  address: "New+York",
  client: "clientID",
  signature: "vNIXE0xscrmjlyV-12Nj_BvUPaw=" //this is the signature key provided by Google
}

var queryString = qs.stringify(query, url);
//=> address=New%2BYork&client=clientID&signature=WrTAou0zgXHjKwUPdsITPZeMXew=

Debug

To display logs, thanks to debug use the environment variable "DEBUG" to set that you want to display "qs:signature" logs, e.g. :

$> DEBUG="qs:signature" node myProgram.js

It can also be listed among other things to debug:

$> DEBUG="http,qs:signature,worker" node myProgram.js

License

MIT

qs-google-signature's People

Contributors

hdrodel avatar temsa 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.