Use isZero to tell if a number or word is zero
Use the package manager pip3 to install requirements on your machine.
pip3 install requirements.txt
You can run the app in your local setup by following simple steps
Clone the repo first and execute the command in terminal
python3 main.py
https://iszero.vercel.app/api/<number>
https://iszero.vercel.app/api/<word>
Make a get request specifying the word or letter you want to check as zero
https://iszero.vercel.app/api/{number_or_word}
Example - https://iszero.vercel.app/api/0
The response JSON Object looks something like this -
{
"ad": "You never really grow up.",
"isZero": true
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Make sure to fork the repo, before going for a pull request.
Original Idea taken from : isEven
Frontend based on Tailwind CSS