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

Latest commit

 

History

History
22 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 567 Bytes

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.