felvin-search / instant-apps

Your search box is now an app store! 🎉
https://felvin.com
Other
94 stars 47 forks source link

is-prime and is-composite functionality added #285

Closed UtkJaiswal closed 2 years ago

UtkJaiswal commented 2 years ago

This fixes #278

I tried to add is-prime and is-composite functionality. When given a query string which at-least contains a number and the word "prime"/"composite" returns whether the given number is a "prime number"/"composite number" respectively.