An open API service indexing awesome lists of open source software.

https://github.com/buckley-w-david/fizzbuzz-api

Webscale FizzBuzz
https://github.com/buckley-w-david/fizzbuzz-api

fizzbuzz joke

Last synced: 21 days ago
JSON representation

Webscale FizzBuzz

Awesome Lists containing this project

README

          

# FizzBuzz API

A revolutionary step forward in computing.

No longer shall we be forced to slave away in the code mines, breaking our backs cranking out FizzBuzz implementations to satisfy our FAANG overlords.

```python
from urllib.request import urlopen

for i in range(1, 100):
resp = urlopen(f'https://fizzbuzz.ca/{i}')
print(resp.read().decode())
```













































































































































































rust btw