1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

chore: Add Elixir Unleash Library to README (#480)

* Add Elixir Unleash Library to README

I pushed a new elixir package (https://hex.pm/packages/unleash) so you can use unleash from an Elixir project!

* Add Link to `unleash_ex` on Docs
This commit is contained in:
Andrew Fontaine 2019-08-12 12:08:47 -04:00 committed by Ivar Conradi Østhus
parent 165e3ba5ca
commit c605bd1fb3
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ Clients written by awesome enthusiasts: :fire:
- [stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core)
- [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core)
- [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3)
- [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)
### The Client API

View File

@ -18,4 +18,5 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash
- [stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core)
- [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core)
- [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3)
- [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir)
- _...your implementation for your favorite language._