Popularity
5.3
Stable
Activity
0.0
Stable
10
24
2
Monthly Downloads: 18
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.
-
ethereumex
Elixir JSON-RPC client for the Ethereum blockchain 0x063D3d782598744AF1252eBEaf3aA97D990Edf72 -
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
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 -
airbrake
An Elixir notifier to the Airbrake/Errbit. System-wide error reporting enriched with the information from Plug and Phoenix channels.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
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])