cs-search-google-api
v1.0.1
Published
This npm module can be used to discover Google Api(s)
Downloads
1
Maintainers
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.
});