From f4f2d7a154da6465fa4f65d7ff0ee0ac20f7ac4c Mon Sep 17 00:00:00 2001 From: Harrison Shoebridge Date: Wed, 13 Apr 2016 17:09:28 +1000 Subject: [PATCH] Add a proper README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b99a11..881008e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# messenger -Package messenger is used for making bots for use with messenger.com +# Messenger + +This is a Go library for making bots to be used on Facebook messenger. It makes of the [Messenger Platform](https://developers.facebook.com/docs/messenger-platform). One of the main goals of the project is to implement it in an idiomatic and easy to use fashion. + +**It is currently in very early development. [Discussion](https://github.com/paked/messenger/issues/new) is much appreciated!** + +## Inspiration + +Messenger takes design cues from: + +- [`net/http`](https://godoc.org/net/http) +- [`github.com/nickvanw/ircx`](https://github.com/nickvanw/ircx)