https://github.com/hostari/saber
API client for SaberTrade API written in crystal
https://github.com/hostari/saber
Last synced: 11 months ago
JSON representation
API client for SaberTrade API written in crystal
- Host: GitHub
- URL: https://github.com/hostari/saber
- Owner: hostari
- License: mit
- Created: 2023-07-23T08:06:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T01:59:33.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T10:14:10.088Z (about 2 years ago)
- Language: Crystal
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saber
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
saber:
github: your-github-user/saber
```
2. Run `shards install`
## Usage
```crystal
require "saber"
```
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [jcads](https://github.com/jcads) - creator and maintainer