Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelss/zanox
Zanox API
https://github.com/rafaelss/zanox
Last synced: 3 months ago
JSON representation
Zanox API
- Host: GitHub
- URL: https://github.com/rafaelss/zanox
- Owner: rafaelss
- License: mit
- Created: 2015-12-07T14:12:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T14:13:23.000Z (about 9 years ago)
- Last Synced: 2024-10-03T08:07:16.222Z (4 months ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Zanox API. (Third Party APIs)
- fucking-awesome-elixir - zanox - Zanox API. (Third Party APIs)
- awesome-elixir - zanox - Zanox API. (Third Party APIs)
README
# Zanox
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add zanox to your list of dependencies in `mix.exs`:
def deps do
[{:zanox, "~> 0.0.1"}]
end2. Ensure zanox is started before your application:
def application do
[applications: [:zanox]]
end