An open API service indexing awesome lists of open source software.

https://github.com/sgerrand/neonmob.ex

Elixir API client for NeonMob.com
https://github.com/sgerrand/neonmob.ex

Last synced: 3 months ago
JSON representation

Elixir API client for NeonMob.com

Awesome Lists containing this project

README

        

# NeonMob

An API client library for [NeonMob](https://www.neonmob.com/).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `neonmob` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:neonmob, "~> 0.0.0.dev0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/neonmob](https://hexdocs.pm/neonmob).