- Notifications
You must be signed in to change notification settings - Fork0
johannkm/goex-search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Yelp search app that summarizes reviews using Watson and Aylien Text API
Installgolang and set yourgopath.
Get api keys for:
cd$GOPATH/src/git clone https://github.com/johannkm/goex-search.gitcd goex-search/
Set your api credentials inapi-config.json
npm installnpm run buildgo buildgo installPORT=8000$GOPATH/bin/goex-search# running at http://localhost:8000
- Golang
- Echo
- Vue.js
- Bulma