Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 827 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 827 Bytes

Onion or Not?

"Onion or Not?" is a fun game that challenges you to decide whether a ridiculous headline is from the Onion or not. Once you've made your choice, click the corresponding button and you can find out if you're right or wrong. Onion headlines are sourced from the Onion Daily news, and the real "news" headlines are obtained from submissions to "Not the Onion" on Reddit.

This app is made with Bootstrap, and is licensed under the GPL.

Installation

To run locally, do the following in a bash terminal.

$ git clone https://github.com/nmoroze/onion-or-not.git
$ cd onion-or-not
$ python -m SimpleHTTPServer

The site will be running locally on port 8000.