Skip to content

gokulk16/type-to-calculate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

type-to-calculate

Known Vulnerabilities

Just type from the keyboard and do the math. No need to open the calculator.

Features:

  • supports 'x' as a multiplication operator.

    • Example: 2x3 results 6
  • Supports currency conversion.

    • Example: '1 usd to inr', '10 gbp to usd'
  • Allowed operators

    Screenshot 2024-04-24 at 5 48 35 PM
  • Supports conversions of length, area, volume, temperature, time, etc Allowed unit conversions

    Screenshot 2024-04-24 at 5 41 16 PM

Based on math-js