Have you ever struggled to choose the perfect emoji to convey the right emotion or meaning? We've all been there. But fear not, because the Emoji Translator is here to help!
With the help of ChatGPT, the Emoji Translator can translate any word or words to a single emoji, making it easier than ever to express yourself with the perfect visual. Simply input your text, and the Emoji Translator will suggest an emoji based on the meaning and context of your words.
Whether you're trying to express love, happiness, sadness, or anything in between, the Emoji Translator has got you covered. So why not give it a try and take your emoji game to the next level?
-
Clone the repository:
git clone https://github.com/juanmanuelromeraferrio/emoji-translator.git
-
Install the required packages:
cd emoji-translator npm install
-
Input your DATABASE_URL in the .env file, you can use Superbase
DATABASE_URL=$DATABASE_URL
-
Input your OPENAI API key in the .env file, you can get your API key here:
OPENAI_API_KEY=$YOUR_API_KEY
-
Start the development server:
npm run dev
SQL Translator is released under the MIT License.