Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgaskins/cloud_events
Implementation of CloudEvents in Crystal
https://github.com/jgaskins/cloud_events
Last synced: 22 days ago
JSON representation
Implementation of CloudEvents in Crystal
- Host: GitHub
- URL: https://github.com/jgaskins/cloud_events
- Owner: jgaskins
- License: mit
- Created: 2022-04-24T22:33:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T01:27:43.000Z (over 2 years ago)
- Last Synced: 2024-12-09T10:55:40.474Z (25 days ago)
- Language: Crystal
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud_events
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
cloud_events:
github: your-github-user/cloud_events
```2. Run `shards install`
## Usage
```crystal
require "cloud_events"
```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
- [Jamie Gaskins](https://github.com/your-github-user) - creator and maintainer