Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

litecord/gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Litecord's Gateway

This is the gateway component for Litecord, a server compliant with the Discord API.

Installation

If available in Hex, the package can be installed by adding gateway to your list of dependencies in mix.exs:

def deps do
  [
    {:gateway, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gateway.