Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 695 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 695 Bytes

GoQuotes

A REST API made in Go that handles the "/quote [text]" command. Also monitors the #general chat for starAddedEvents using the real time slack api. These starred messages are stored the same way as the /quote command would.

Dependencies

  • go get github.com/nlopes/slack
  • go get github.com/nlopes/slack
  • go get code.google.com/p/gcfg
  • go get gopkg.in/dancannon/gorethink.v1
  • go get github.com/gorilla/schema
  • go get github.com/mvdan/xurls

Wishlist

  • Nginx redirect api subdomain directly to go container
  • Daily activity api
  • Api Authentication
  • Comments on quotes
  • Slack notification when message is starred
  • External logging for the Go docker container (ELK stack?)