A cloud-based, distributed version of is-even and is-odd.
If you want to deploy OEaaS yourself, use wrangler.
There are two simple endpoints: https://oeaas.bs2k.me/is-even/:num
and https://oeaas.bs2k.me/is-odd/:num
.
cURL examples:
# Expected: {"result":true,"err":false}
curl https://oeaas.bs2k.me/is-even/42
# Expected: {"result":true,"err":false}
curl https://oeaas.bs2k.me/is-odd/69
# Expected: {"result":false,"err":false}
curl https://oeaas.bs2k.me/is-even/1
PRs accepted. Please use Conventional Commits for Pull Requests.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2022 bs2kbs2k