playing-with-numbers-node
playing-with-numbers-node copied to clipboard
A simple node.js app that is used to calculate/check some special types of numbers.
Added a post route with endpoint "/leap-year" to determine if the provided year is a leap year or not. Also included tests. Solves issue #30
Please describe the feature you want this project to offer A route that can return the entire Fibonacci series uptil the given number Describe the solution you'd like Adding logic...
Please describe the feature you want this project to offer A route that can return whether a number is a perfect number or not Describe the solution you'd like Adding...
Hi, I have pronic number route and controller, Please accept and Merge my PR Happy Hacltoberfest 🥳🥳
**Please describe the feature you want this project to offer** Route to check if number is Harshad Number or not **Describe the solution you'd like** add logic to '/harshad' route...
**Please describe the feature you want this project to offer** A route that can return whether a number is a Pronic number or not **Describe the solution you'd like** Adding...
**Please describe the feature you want this project to offer** Tests should be added to ensure the app is working perfectly **Describe the solution you'd like** Add tests with respect...
Add `e2e tests` to the `dudeney` route. Resolving the issue: https://github.com/IEEE-VIT/playing-with-numbers-node/issues/14
Solved issue #30 , pls merge if logic seems correct :)