Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - jeffutter/honeywell-elixir: An Elixir Client for the Honeywell Developer API

An Elixir Client for the Honeywell Developer API. Contribute to jeffutter/honeywell-elixir development by creating an account on GitHub.

Visit SiteGitHub - jeffutter/honeywell-elixir: An Elixir Client for the Honeywell Developer API

GitHub - jeffutter/honeywell-elixir: An Elixir Client for the Honeywell Developer API

An Elixir Client for the Honeywell Developer API. Contribute to jeffutter/honeywell-elixir development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

Honeywell

Build Status Hex.pm Inline docs Deps Status License

Honeywell Cloud API Client for Elixir:

This is an unofficial client for the Honeywell Round and Water Leak & Freeze Detector APIs.

Usage

Installation

def deps do
  [{:honeywell, "~> 0.1.0"}]
end

and run mix deps.get. Now, list the :honeywell application as your application dependency:

def application do
  [applications: [:honeywell]]
end

Configuration

You will need to set the following configuration variables in your config/config.exs file:

use Mix.Config

config :honeywell,
  client_id: System.get_env("HONEYWELL_CLIENT_ID"),
  client_secret: System.get_env("HONEYWELL_CLIENT_SECRET"),
  site: System.get_env("SITE"),
  redirect_uri: System.get_env("HONEYWELL_REDIRECT_URL")

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.