Popularity
5.5
Stable
Activity
0.0
Stable
9
25
2
Monthly Downloads: 0
Programming language: Elixir
License: MIT License
Tags:
Third Party APIs
Latest version: v0.1.3
instrumental alternatives and similar packages
Based on the "Third Party APIs" category.
Alternatively, view instrumental alternatives based on common mentions on social networks and blogs.
-
google-cloud
Elixir client libraries for accessing Google APIs. -
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. -
sendgrid
Create and send composable emails with Elixir and SendGrid. -
mailchimp
A basic Elixir wrapper for version 3 of the MailChimp API -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
diplomat
Elixir library for interacting with Google's Cloud Datastore -
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) -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
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 -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint. -
dogstatsd
An Elixir client for DogStatsd https://www.datadoghq.com/ -
airbrake
An Elixir notifier to the Airbrake/Errbit. System-wide error reporting enriched with the information from Plug and Phoenix channels.
Elixir and Phoenix Application Security Platform
Replace Snyk, reCaptcha, and Cloudflare bot defense with the only application security platform built for Elixir and Phoenix.
Promo
paraxial.io
Do you think we are missing an alternative of instrumental or a related project?
README
Instrumental
An Elixir client for Instrumental
Requirements
- Elixir ~> 1.0
Installation
Add Instrumental as a dependency in your mix.exs
file
def application do
[applications: [:instrumental]]
end
defp deps do
[
{:instrumental, "~> 0.1.0"}
]
end
Then run mix deps.get
in your shell to fetch the dependencies.
Configuration
Add an instrumental config option and a value for token in your config.exs
config :instrumental,
token: "mytoken"
Options
- token (required) - api key for authenticating with instrumental
- host (optional) - host of instrumental collector
- port (optional) - port of instrumental collector
Authors
- Jamie Winsor ([email protected])