A website where you can find the meaning of an acronym in different contexts.
You can contribute by adding your own acronyms!
To contribute follow these instructions:
- Fork the repo
- Clone the repo on your local machine and create a new branch:
git checkout -b <branch name> - Go to the folder
resand openindex.js - You'll find 3 arrays of abjects that contain two
key/valuepairs. - You can add a new object to the array that contains the acronym as a
key, and the meaning as avalue - Example:
const extended = [{ key: "WTF", value: "where's the food" }];- Keep in mind that the 3 arrays are different:
complicated: contains cmoplicated meaning of an acronymextended: contains the more common meaning of an acronymoffensive: this one exlpains itself :)
- Commit your changes and push them to the remote repo.
- Open a pull request and wait for the merge!