https://github.com/laurawebdev/metal-band-name-generator
MBNG is a random generator for a metal band name!
https://github.com/laurawebdev/metal-band-name-generator
Last synced: 11 months ago
JSON representation
MBNG is a random generator for a metal band name!
- Host: GitHub
- URL: https://github.com/laurawebdev/metal-band-name-generator
- Owner: LauraWebdev
- Created: 2015-02-18T16:31:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T17:34:01.000Z (over 11 years ago)
- Last Synced: 2025-02-27T19:59:31.865Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try it!
You can try the generator [HERE!](http://andreaswebdev.github.io/Metal-Band-Name-Generator/)
# What is Metal Band Name Generator?
Metal Band Name Generator (short: MBNG) is a small tool I wrote within 2 school hours (90 minutes) because I was bored and needed something to work on.
While all my class mates learned stuff about CSS font-family I remembered the discussion we had in the break. We asked ourself, why all the metal bands use
similar names. I came up with a generator and it actually works quite well and some names are actually good!
# How does it work?
I made 2 arrays. One with words ("Heaven", "Reaper", "Death" etc.) and one with connectors ("or", "of", "with" etc.). Everytime you click the button those arrays will be smashed together and
I print the name. The syntax for every name is: WORD WORD CONNECTOR WORD. There is a chance of 50% that "the" will be appended to the connector.
# Do you hate metal?
Nope! Not at all. I just found it very funny, that many of the bands a class mate listed as her favorites sounded the same!
# License
This work was published under the CC-0 License. This gives you the right to do whatever you want without asking for permission or crediting me.
# Used Stuff
[Notepad++](http://notepad-plus-plus.org/)
[jQuery](http://jquery.com)
[FontAwesome](http://fontawesome.io/)
[Google Fonts](http://google.com/fonts)
[cdnjs](http://cdnjs.com)