Skip to content

diachenko/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator service

Simple web service that receives equation and gives response:

POST
{
"eq":"222+222"  
}
to receive answer.

Each calculation receives unique ID

GET returns all calculations in memory.

Features:

      • / * () ^ % "sqrt" operators support
  • sequence of operations is determined by rules. e.g. 2 + 3 * 4 will mutliply 3 by 4 first and then add 2

About

Simple calculator service in GoLang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages