Rhymebot: Elevate your writing with the ultimate rhyming, synonym, and antonym companion. Craft masterpieces anytime, anywhere with ease.
Contributions to Rhymebot are welcome! If you have any ideas, bug reports, or feature requests, please open an issue on the GitHub repository.
-
Clone the repository to your local machine using
git clone https://github.com/advayc/rhymebot.git
. -
First, you need to get an API key from API Ninjas. This key is used to fetch rhyming words, synonyms, and antonyms from their API.
-
Once you have your API key, open the
script.js
file in the root directory of the project. Find the line that contains'X-Api-Key': 'API_KEY'
and replace'API_KEY'
with the API key you got from API Ninjas. -
Save the
script.js
file and load the extension into your Google Chrome browser. To do this, navigate tochrome://extensions/
in your browser, enable "Developer mode," click "Load unpacked," and select the root directory of the Rhymebot project. -
Now, you should see the Rhymebot extension in your Chrome toolbar. Click on it to open the extension.
-
In the extension, you'll see a form with a text input field and a submit button. Enter the word you want to find rhymes, synonyms, and antonyms for in the text field and click "Submit."
-
The extension will display a list of words that rhyme with the word you entered, as well as synonyms and antonyms.
Remember to keep your API key secret to prevent unauthorized usage!