honeywell alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view honeywell alternatives based on common mentions on social networks and blogs.
-
gringotts
A complete payment library for Elixir and Phoenix Framework -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
elixtagram
:camera: Instagram API client for the Elixir language (elixir-lang) -
google_sheets
Elixir library for fetching Google Spreadsheet data in CSV format -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint.
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of honeywell or a related project?
README
Honeywell
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")
*Note that all licence references and agreements mentioned in the honeywell README section above
are relevant to that project's source code only.