Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cs-search-google-api

codestellar2ISC1.0.1

This npm module can be used to discover Google Api(s)

ebooks, it, computer science, search, api

readme

Introduction

This npm module will help you discover Google API(s).

Usage

import {SearchApi} from 'cs-search-google-api'
SearchApi(searchString,function(response){
    //here you will get response.
});