jnbt / linx

WIP: A simple UDP client for InfluxDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linx

WIP: A simple UDP client for InfluxDB

Installation

When available in Hex, the package can be installed as:

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

    def deps do [{:linx, "~> 0.0.1"}] end

  2. Ensure linx is started before your application:

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

Usage

TODO

References

Testing

Just run

$ mix test

Contributing

  1. Fork it ( https://github.com/jnbt/linx/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

WIP: A simple UDP client for InfluxDB

License:MIT License


Languages

Language:Elixir 100.0%