Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 3.86 KB

README.md

File metadata and controls

97 lines (67 loc) · 3.86 KB

ConfigCat SDK for Elixir

https://configcat.com

ConfigCat SDK for Elixir provides easy integration for your application to ConfigCat.

ConfigCat is a feature flag and configuration management service that lets you separate releases from deployments. You can turn your features ON/OFF using ConfigCat Dashboard even after they are deployed. ConfigCat lets you target specific groups of users based on region, email or any other custom user attribute.

ConfigCat is a hosted feature flag service. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.

Elixir CI Coverage Status Hex.pm HexDocs.pm Hex.pm Hex.pm Last Updated

Getting Started

1. Add configcat to your list of dependencies in mix.exs:

def deps do
  [
    {:configcat, "~> 4.0.2"}
  ]
end