Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spaceeec/crux_gateway
- Owner: SpaceEEC
- License: mit
- Created: 2018-04-25T17:05:23.000Z (over 6 years ago)
- Default Branch: trunk
- Last Pushed: 2021-11-30T13:14:37.000Z (about 3 years ago)
- Last Synced: 2024-10-29T08:41:02.797Z (2 months ago)
- Topics: discord, discord-api, elixir, gateway, library
- Language: Elixir
- Homepage:
- Size: 378 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```