An open API service indexing awesome lists of open source software.

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

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