You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple .Net wrapper that lets you use the GoogleSuggest feature.
You can just download the dll here: https://github.com/eneifert/GoogleSuggest/blob/master/GoogleSuggest/bin/Debug/GoogleSuggest.dll
Example:
GoogleSuggest.GetSuggestion("miccrosoft") would return: "microsoft".
GoogleSuggest.GetSuggestions("miccrosoft") would return a list of CompletedSuggestions.