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.
- Host: GitHub
- URL: https://github.com/rybandrei2014/custom-google-search
- Owner: rybandrei2014
- Created: 2018-12-14T20:59:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T21:04:43.000Z (over 7 years ago)
- Last Synced: 2025-03-11T01:27:50.357Z (over 1 year ago)
- Topics: client-side-code, google-api, google-app-engine, google-search, search-engine, simple-app, simple-website, web-app
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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].