Thursday, January 22, 2015

google search engine try #2

1) create custom search engine
link
done

2) get api key
link
think this is already done

3) read introduction
https://developers.google.com/custom-search/json-api/v1/introduction

4) simple example using REST (code inside of HTML)
https://developers.google.com/custom-search/json-api/v1/using_rest


5) libraries and samples - including java, javascript and .NET
https://developers.google.com/custom-search/json-api/v1/libraries


901) AWESOME apis-explorer
http://developers.google.com/apis-explorer/#p/customsearch/v1/search.cse.list?q=test+me&_h=1&
You can use this to test things by hand with ZERO CODE
returns the code fragment (GET with options)
and returns the results

perfect for testing and learning, etc etc etc


902) NUGET
http://docs.nuget.org/docs/start-here/installing-nuget
extension manager ... shudder
installed the commandline version - took 10 seconds
copied to c:\windows cause stupid PATHS !@#!@#!@#!@#

http://docs.nuget.org/docs/reference/command-line-reference

902) install package
nuget install  Google.Apis.Customsearch.v1
worked but I dont know what that means !!
HAHAHAH sigh

C:\Users\god\AppData\Roaming\NuGet
yay location




No comments:

Post a Comment