Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spaceeec/crux_gateway

A flexible elixir gateway for the Discord API
https://github.com/spaceeec/crux_gateway

discord discord-api elixir gateway library

Last synced: 2 months ago
JSON representation

A flexible elixir gateway for the Discord API

Awesome Lists containing this project

README

        

# Crux.Gateway [![](https://github.com/SpaceEEC/crux_gateway/workflows/Tests/badge.svg?event=push&branch=trunk)](https://github.com/SpaceEEC/crux_gateway/actions) [![](https://github.com/SpaceEEC/crux_gateway/workflows/Documentation/badge.svg?event=push&branch=trunk)](https://spaceeec.github.io/crux_gateway)

Library providing a flexible gateway connection to the Discord API.

## Useful links

- [Documentation](https://hexdocs.pm/crux_gateway/0.2.3/)
- [Github](https://github.com/SpaceEEC/crux_gateway/)
- [Changelog](https://github.com/SpaceEEC/crux_gateway/releases/tag/0.2.3/)
- [Crux Libraries Overview](https://github.com/SpaceEEC/crux)
- [Trunk Documentation](https://spaceeec.github.io/crux_gateway/)

## Installation

The library can be installed by adding `crux_gateway` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:crux_gateway, "~> 0.2.3"}
]
end
```