├── LICENSE ├── README.md ├── config.go ├── config.json ├── dependencies.png ├── handler.go ├── model.go ├── sentiment.go ├── sentiment_test.go ├── wercker.yml └── wrapper.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/README.md -------------------------------------------------------------------------------- /config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/config.go -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/config.json -------------------------------------------------------------------------------- /dependencies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/dependencies.png -------------------------------------------------------------------------------- /handler.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/handler.go -------------------------------------------------------------------------------- /model.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/model.go -------------------------------------------------------------------------------- /sentiment.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/sentiment.go -------------------------------------------------------------------------------- /sentiment_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/sentiment_test.go -------------------------------------------------------------------------------- /wercker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/wercker.yml -------------------------------------------------------------------------------- /wrapper.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cdipaolo/sentiment-server/HEAD/wrapper.go --------------------------------------------------------------------------------