algolia/github-awesome-autocomplete

Use it in a personnal app

Closed this issue · 1 comments

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 !

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.