Skip to content

wvdeutekom/GoQuotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?)

About

A REST API made in Go that handles the "/quote [text]" command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published