https://github.com/johannkm/goex-search
(Winner | Capital One) A Yelp search app that summarizes reviews using Watson and Aylien Text API
https://github.com/johannkm/goex-search
aylien golang google-places-api nlp vue watson-api yelp-fusion-api
Last synced: over 1 year ago
JSON representation
(Winner | Capital One) A Yelp search app that summarizes reviews using Watson and Aylien Text API
- Host: GitHub
- URL: https://github.com/johannkm/goex-search
- Owner: johannkm
- Created: 2017-03-21T07:21:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T08:28:10.000Z (over 9 years ago)
- Last Synced: 2025-03-25T10:11:13.498Z (over 1 year ago)
- Topics: aylien, golang, google-places-api, nlp, vue, watson-api, yelp-fusion-api
- Language: Vue
- Homepage:
- Size: 103 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goex-search
A Yelp search app that summarizes reviews using Watson and Aylien Text API
[Demo](http://ter.ps/goex)
## Install
Install [golang](https://golang.org/doc/install) and set your [gopath](https://github.com/golang/go/wiki/GOPATH).
Get api keys for:
- [yelp fusion](https://www.yelp.com/developers)
- [google places (web service)](https://developers.google.com/places/web-service/)
- [watson language understanding](https://www.ibm.com/watson/developercloud/natural-language-understanding.html)
- [aylien text analysis](http://aylien.com/text-api)
``` bash
cd $GOPATH/src/
git clone https://github.com/johannkm/goex-search.git
cd goex-search/
```
Set your api credentials in `api-config.json`
``` bash
npm install
npm run build
go build
go install
PORT=8000 $GOPATH/bin/goex-search
# running at http://localhost:8000
```
## Built With
- Golang
- Echo
- Vue.js
- Bulma