/random

Random reading material as color swatches courtesy of Wikipedia

Primary LanguageGo

Screen shot

random

Random is a web application which collects random Wikipedia pages and displays links to those pages as swatches.

Development

To run the application locally, use:

make run

Then, visit localhost:8080 in a browser. Note, random will poll Wikipedia every 10 seconds for a random link.

Docker

Random is also available as a Docker container. To run that container, use:

make docker-run

For more details, see the Makefile.