FizzBuzz.md
Turn a markdown file into a coding challenge.
how it works
cat MyCodingChallenge.md
---
timeLimitHours: 72
supportEmail: jane@fizzbuzz.md
solutionEmail: jane@fizzbuzz.md
---
# My Coding Challenge
Write a function that returns "Fizz" if a number is divisible by 3, "Buzz" if a number is divisible by 5, and "FizzBuzz" if a number is divisible by both 3 and 5.
fbmd MyCodingChallenge.md
Building...
🚀 MyCodingChallenge.md challenge service is up.
Applicants request the challenge with a POST request:
curl https://fizzbuzz.md/d1cb6d5d-263e-4302-8978-3fb8bee1c5a7/apply \
-d {"email": "john@gmail.com"}
View the challenge here:
https://fizzbuzz.md/d1cb6d5d-263e-4302-8978-3fb8bee1c5a7