Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 885 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 885 Bytes

fazizi

Random Sentence generator

try live version !

curl http://104.168.127.243:10001/

Installation

  1. Install Crystal
  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 Rubi Jihantoro - creator, maintainer