Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieuprog/binance_interface
Binance API for Elixir
https://github.com/mathieuprog/binance_interface
Last synced: about 2 months ago
JSON representation
Binance API for Elixir
- Host: GitHub
- URL: https://github.com/mathieuprog/binance_interface
- Owner: mathieuprog
- License: apache-2.0
- Created: 2022-10-23T05:42:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T10:19:29.000Z (almost 2 years ago)
- Last Synced: 2024-09-21T11:55:59.079Z (3 months ago)
- Language: Elixir
- Size: 29.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BinanceInterface
## Installation
```elixir
def deps do
[
{:binance_interface, "~> 0.4.0"}
]
end
```