add google search (#242)

* add google search

* fix git ignore

* Charge 1c for search queries
This commit is contained in:
Asim Aslam
2021-10-25 12:16:41 +01:00
committed by GitHub
parent 30673f9837
commit 0bfe1e3c19
13 changed files with 656 additions and 0 deletions

9
google/publicapi.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "google",
"icon": "🔍",
"category": "search",
"display_name": "Google",
"pricing": {
"Google.Search": 10000
}
}