-
Notifications
You must be signed in to change notification settings - Fork 0
eneifert/GoogleSuggest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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. And here is what that class looks like: public class CompleteSuggestion { public string suggestion { get; set; } public string num_queries { get; set; } } Enjoy,
About
.Net Wrapper for Google Suggest
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published