https://github.com/hostari/meilisearch-crystal-sdk
Crystal wrapper over Meilisearch API
https://github.com/hostari/meilisearch-crystal-sdk
Last synced: 17 days ago
JSON representation
Crystal wrapper over Meilisearch API
- Host: GitHub
- URL: https://github.com/hostari/meilisearch-crystal-sdk
- Owner: hostari
- License: mit
- Created: 2023-04-25T01:08:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T04:47:50.000Z (about 3 years ago)
- Last Synced: 2025-01-24T22:41:27.269Z (over 1 year ago)
- Language: Crystal
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meilisearch-crystal-sdk
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
meilisearch-crystal-sdk:
github: your-github-user/meilisearch-crystal-sdk
```
2. Run `shards install`
## Usage
```crystal
require "meilisearch-crystal-sdk"
```
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
- [paula4230](https://github.com/your-github-user) - creator and maintainer