https://github.com/codenoid/fazizi
Random sentence generator
https://github.com/codenoid/fazizi
crystal random-sentences text-generator
Last synced: 11 months ago
JSON representation
Random sentence generator
- Host: GitHub
- URL: https://github.com/codenoid/fazizi
- Owner: codenoid
- License: mit
- Created: 2018-05-07T11:20:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T13:33:16.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T16:25:46.867Z (over 1 year ago)
- Topics: crystal, random-sentences, text-generator
- Language: Crystal
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fazizi
Random Sentence generator
try live version !
`curl http://104.168.127.243:10001/`
## Installation
1. [Install Crystal](https://gist.github.com/codenoid/c9c172d6ab99c8de0130d940a3d9fe83)
2. `git clone https://github.com/codenoid/fazizi.git`
3. `cd fazizi`
4. `shards install`
5. `crystal build src/fazizi.cr`
6. `./fazizi`
## Usage
`curl http://localhost:3000/`
`curl http://localhost:3000/?category=love`
`curl http://localhost:3000/?lang=id&category=love`
## Development
- [ ] 1000 Stars
## Contributing
1. Fork it ( https://github.com/codenoid/fazizi/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
- [codenoid](https://github.com/codenoid) Rubi Jihantoro - creator, maintainer