Skip to content

reed-jones/fizzbuzz-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeit Now serverless functions demo with typescript

Fizz Buzz API

usage https://fizzbuzz.now.sh/api/v1/numbers/{number}

Examples

  • https://fizzbuzz.now.sh/api/v1/numbers/1 {"original":"1","solution":"1"}
  • https://fizzbuzz.now.sh/api/v1/numbers/3 {"original":"3","solution":"fizz"}
  • https://fizzbuzz.now.sh/api/v1/numbers/5 {"original":"5","solution":"buzz"}
  • https://fizzbuzz.now.sh/api/v1/numbers/15 {"original":"15","solution":"fizzbuzz"}

About

quick and easy to use fizzbuzz solution finder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published