An open API service indexing awesome lists of open source software.

https://github.com/rybandrei2014/custom-google-search

Simple SPA search app which utilizes google custom search API. Solution is all client sided.
https://github.com/rybandrei2014/custom-google-search

client-side-code google-api google-app-engine google-search search-engine simple-app simple-website web-app

Last synced: about 1 year ago
JSON representation

Simple SPA search app which utilizes google custom search API. Solution is all client sided.

Awesome Lists containing this project

README

          

# Custom Google Search

Simple SPA search app which utilizes google custom search API. Solution is all client sided.

## Quick start

* Open index.html from build/ in your favourite browser.

## Development

* Source code is in src/

## Features

* Web pages and images searches restricted by 100 results (API restrictions)
* As app utilizes free version of search API, it is restricted to 100 requests per day

## Browser support

* Chrome *(latest)*
* Firefox *(latest)*
* Opera *(latest)*
* Safari *(latest)*

## License

The code is available under the [MIT license].