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
- Host: GitHub
- URL: https://github.com/sgerrand/neonmob.ex
- Owner: sgerrand
- Created: 2017-05-14T19:13:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T20:33:48.000Z (about 8 years ago)
- Last Synced: 2024-05-02T00:12:52.538Z (about 1 year ago)
- Language: Elixir
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).