Skip to content

kehsihba19/isZero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isZero

Use isZero to tell if a number or word is zero

forthebadge made-with-python

Vercel

Installation

Use the package manager pip3 to install requirements on your machine.

pip3 install requirements.txt

Running Tests

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

Endpoints

https://iszero.vercel.app/api/<number>
https://iszero.vercel.app/api/<word>

Usage

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

Response Format

The response JSON Object looks something like this -

{
     "ad": "You never really grow up.",
     "isZero": true
}

Contributing

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.


Credits

Original Idea taken from : isEven

Tailwind CSS
Frontend based on Tailwind CSS


Show some ❤️ and ⭐ the repo to support the project

Star the Repo in case you liked it :)

License

About

API to check if a number or word is zero or not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published