Skip to content

HNG track 1 test for calculating arithmetic operations with AI and machine learning capabilities

License

Notifications You must be signed in to change notification settings

SilverC0de/hng-backend-stage2-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HNG task 2 by Silver with AI and Machine Learning capabilities

{ 
    "operation_type": "addition",
    "x": 2, 
    "y": 22
}

or

{ 
    "operation_type": "What is 2 + 22 please",
    "x": 0, 
    "y": 0
}
  • operation_type can also be a text e.g Hey what's 2 + 22 ?
  • It sends response of status 200 as shown below
{
    "slackUsername": "Silver",
    "result": 24,
    "operation_type": "addition"
}

About

HNG track 1 test for calculating arithmetic operations with AI and machine learning capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published