https://github.com/robertov8/zoop
Zoop SDK - Integre com a Zoop e crie os serviços financeiros do futuro
https://github.com/robertov8/zoop
coveralls elixir ex-doc tesla zoop
Last synced: 8 months ago
JSON representation
Zoop SDK - Integre com a Zoop e crie os serviços financeiros do futuro
- Host: GitHub
- URL: https://github.com/robertov8/zoop
- Owner: robertov8
- Created: 2021-08-07T01:20:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T22:59:21.000Z (about 4 years ago)
- Last Synced: 2024-12-29T07:42:08.477Z (10 months ago)
- Topics: coveralls, elixir, ex-doc, tesla, zoop
- Language: Elixir
- Homepage: https://robertov8.github.io/zoop
- Size: 83 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoop
**Integre com a Zoop e crie os serviços financeiros do futuro**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `zoop` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:zoop, "~> 0.1.0"}
]
end
``````sh
$ cp config/dev.exs.example config/dev.exs
$ cp config/test.exs.example config/test.exs
```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/zoop](https://hexdocs.pm/zoop).