Skip to content

Fizzbot has questions for you... so many questions. A FizzBuzz API for you to play with.

Notifications You must be signed in to change notification settings

yatin94/fizzbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meet the Fizzbot

Fizzbot

Dear candidate.

Thank you for your interest.

Here at Noops Headquarters we receive a number of applications for positions in our world-class software development organization.

Unfortunately, we are very busy cooking up new challenges, so we cannot personally repond to each application.

API

Get started at https://api.noopschallenge.com/fizzbot — but do it quickly!

We don't have time for slowpokes around here, and we will grade you on how fast you can solve this challenge.

Fizzbot will give you a series of questions. Solve each one by GETting the question from the provided url and then POSTing the answer back to the same url.

Fizzbot will give you a 200 response if you are correct, and a 400 response if you need to try again. Learn more about HTTP status codes.

Answering a question correctly will give you the path to the next question. When you answer all of the questions correctly, Fizzbot will grade your performance. If you're not happy with your grade, you can always try again to get a better score.

Read the API documentation for more information.

Starters

Get started with Python or Ruby using the included scripts, or start from scratch.

Python

Here are two interactive interactive starter kits, made for Python 3 and Python 2.

Learn how to install Python.

Ruby

This example shows how you might write a bot that can solve the fizzbot challenge automatically.

Check out the Ruby script and try to beat Fizzbot at its own game.

Learn how to install ruby.

Other languages

Do you have a favorite language? We'd love to see your solution.

More about Fizzbot and all of the other Noops here: https://noopschallenge.com/challenges/fizzbot

About

Fizzbot has questions for you... so many questions. A FizzBuzz API for you to play with.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.3%
  • Ruby 29.7%