Skip to content

dustinsmith1024/group_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupMe

An Elixir library for working with the GroupMe API. Supports basic HTTP client and the Socket/Faye streaming protocols.

Usage

Check the code for now. The Socket handler is the best for consuming messages, and the messages module is best for sending them.

Installation

If available in Hex, the package can be installed as:

  1. Add group_me to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:group_me, "~> 0.1.0"}]
end
```
  1. Ensure group_me is started before your application:
```elixir
def application do
  [applications: [:group_me]]
end
```

Releases

No releases published

Packages

No packages published

Languages