Skip to content
/ oeaas Public

A cloud-based, distributed version of is-even and is-odd.

License

Notifications You must be signed in to change notification settings

bs2kbs2k/oeaas

Repository files navigation

Is-Odd and Is-Even as a Service (oeaas)

standard-readme compliant GitHub Repo stars GitHub issues

A cloud-based, distributed version of is-even and is-odd.

Install

If you want to deploy OEaaS yourself, use wrangler.

Usage

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

Contributing

PRs accepted. Please use Conventional Commits for Pull Requests.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2022 bs2kbs2k

About

A cloud-based, distributed version of is-even and is-odd.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published