sethblack / node-funny-words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replicate Basic Functionality

sethblack opened this issue · comments

Step one is to replicate the basic funny words functionality:

In its purest form funny-words will return a single pair of randomly selected funny words separated by a space.

Therefore it should just load a single page that every time it is loaded it displays two funny words in big, bold text in the center of the screen. The funny words list and generator can be found in the python repo: https://github.com/sethblack/funny-words/blob/master/funny_words/__init__.py