https://github.com/nickserv/biogrid-namer
Produces amusing names for BioGrid, the next RapDev project for the Society of Software Engineers.
https://github.com/nickserv/biogrid-namer
Last synced: 2 months ago
JSON representation
Produces amusing names for BioGrid, the next RapDev project for the Society of Software Engineers.
- Host: GitHub
- URL: https://github.com/nickserv/biogrid-namer
- Owner: nickserv
- Created: 2012-11-12T05:52:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T05:15:05.000Z (about 8 years ago)
- Last Synced: 2025-03-10T11:07:50.161Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://nickmccurdy.com/biogrid-namer/
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [biogrid-namer](https://nickmccurdy.com/biogrid-namer/)
[](https://codeclimate.com/github/thenickperson/biogrid-namer)
## About
Produces amusing names for BioGrid, the next RapDev project for the Society of Software Engineers.
Please note that this software is a personal project of mine, and not of the
Society of Software Engineers.
## Hacking
If you would like to contribute to the name generator (even if you only want to
add content), feel free to fork this repository and send me a pull request.
### Editing the list of modifiers
The name generator uses Modifier objects to hold text that can modify BioGrid's
title. When the page is loaded, a random number of modifiers is applied to the
string "BioGrid".
Modifier text is stored in `modifiers.json`. This JSON file holds four lists of
modifiers, stored in a hash table. Here are brief descriptions of these four
lists:
- __before__: Text added to the start of the name, with a space in between.
- Example: Super BioGrid
- __after__: Text added to the end of the name, with a space in between.
- Example: BioGrid the Videogame
- __prefixes__: Text added to the start of the name, without additional spaces.
- Example: iBioGrid
- __suffixes__: Text added to the end of the name, without additional spaces.
- Example: BioGrid.js