https://github.com/otabekswe/wordex
Make your writing stand out.
https://github.com/otabekswe/wordex
extension-chrome text-summarization writing-tool
Last synced: about 1 month ago
JSON representation
Make your writing stand out.
- Host: GitHub
- URL: https://github.com/otabekswe/wordex
- Owner: otabekswe
- Created: 2024-06-21T11:06:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T12:42:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T17:13:34.494Z (about 1 year ago)
- Topics: extension-chrome, text-summarization, writing-tool
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WordEx - Make your writing stand out.
## Introduction
WordEx is a Chrome extension tool designed to enhance your writing. It uses OpenAI's GPT-4 model to suggest improvements and alternatives to your text.
## Features
- **Text Enhancement**: Enter your text and get enhanced versions of it.
- **Copy to Clipboard**: Easily copy the enhanced text to your clipboard with a single click.
## Getting Started
### Prerequisites
- Node.js
- An OpenAI API key
### Installation
1. Clone the repo: `git clone https://github.com/otabekswe/wordex.git`
2. Install NPM packages: `npm install`
3. Enter your API key in a `.env` file: `OPENAI_API_KEY='YOUR_API_KEY'`
### Usage
1. Run the application: `npm start`
2. Open your browser and navigate to `http://localhost:3000`
3. Enter your text and click the 'Enhance' button to get enhanced versions of your text.
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## Contact
Your Name - ask@otabekswe.uz
Project Link: https://github.com/otabekswe/wordex