Skip to content

Use the only truly scientific way to generate bandnames and first album titles with this script.

License

Notifications You must be signed in to change notification settings

emiljoha/band_name_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia band name generator

Use the only truly scientific way to generate bandnames and first album titles.

Draws a random wikipedia article and uses the title as the band name. The first album name is choosen as the last 4 words of a random Aristotle quote.

Installation

The easiest way to get the web server up and running is with docker.

If you have not already make sure you have installed docker and docker-compose

Create a file .env containing the enviroment variables needed to configure the service.

DOMAIN=0.0.0.0
PORT=8080
FLICKR_API_KEY=<api-key>
FLICKR_API_SECRET=<secret>

You can get the flickr api keys and secret from here

In the project root, build and start the webserver with the command

docker-compose up

About

Use the only truly scientific way to generate bandnames and first album titles with this script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published