Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thor77/cryai
An AI written in Crystal
https://github.com/thor77/cryai
Last synced: about 8 hours ago
JSON representation
An AI written in Crystal
- Host: GitHub
- URL: https://github.com/thor77/cryai
- Owner: Thor77
- License: mit
- Created: 2015-06-19T18:56:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T19:19:03.000Z (over 9 years ago)
- Last Synced: 2024-09-11T01:56:09.030Z (about 2 months ago)
- Language: Crystal
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryai
TODO: Write a description here for library
## Installation
Add it to `Projectfile`
```crystal
deps do
github "[your-github-name]/cryai"
end
```## Usage
```crystal
require "cryai"
```TODO: Write usage here for library
## Development
TODO: Write instructions for development
## Contributing
1. Fork it ( https://github.com/[your-github-name]/cryai/fork )
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
- [your-github-name](https://github.com/[your-github-name]) Thor77 - creator, maintainer