algolia / github-awesome-autocomplete

:octocat: Add instant search capabilities to GitHub's search bar
https://github.algolia.com
Other
1.07k stars 93 forks source link

Use it in a personnal app #93

Closed CesarDINDELEUX closed 5 years ago

CesarDINDELEUX commented 5 years ago

Hey guys,

First of all, thanks for this amazing repo. Great work !

I'm building a github data / informations viewer with graph etc ... Is it possible / hard to use your tool inside my node / VueJS search bar ? I'm not really familiar with Algolia and not really know where to start.

Thanks !

CesarDINDELEUX commented 5 years ago

Ok, I get it, it was SUPER easy to do ! Thanks a lot for your awesome job. You can find a tutorial for VueJS there : https://www.algolia.com/doc/guides/building-search-ui/getting-started/vue/ and using this searchClient : searchClient: algoliasearch( 'TLCDTR8BIO', '686cce2f5dd3c38130b303e1c842c3e3' )

Then it works flawlessly.