randoms

A small and simple web service that returns JSON formatted pseudorandom data - numbers, hexadecimal numbers, UUIDs, and base 64 strings. An excuse to try out Crystal and the companion web framework, Kemal. I had thought it might be useful to have such random data sources for Workflow workflows.

Installation

Build

Usage

Endpoints

{
  "method": "hex",
  "data": {
    "random": "f87b10c557f16361c9de82afbcfdd257"
  },
  "responded_at": "2016-12-27T21:20:57+0000"
}

Testing

Contributing

  1. Fork it ( https://github.com/chaserx/randoms/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