Skip to content

chadfawcett/arithmetic-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Arithmetic API

/add

Returns the sum of two numbers

curl http://localhost:8000/add?a=1&b=2
# 3

/subtract

Returns the difference between two numbers

curl http://localhost:8000/subtract?a=5&b=3
# 2

About

Simple API for Continuous Integration talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published