{"id":26664677,"url":"https://github.com/devdario/purplebird","last_synced_at":"2025-04-11T20:41:40.043Z","repository":{"id":192058898,"uuid":"685972523","full_name":"DevDario/PurpleBird","owner":"DevDario","description":"Send faster and easier emails with PurpleBird, A email sender browser tool","archived":false,"fork":false,"pushed_at":"2024-10-05T20:39:43.000Z","size":1532,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T16:51:07.882Z","etag":null,"topics":["browser-tools","email-sender","emailjs","emails-service","reactjs","vite","vitejs-react"],"latest_commit_sha":null,"homepage":"https://purple-bird.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevDario.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-01T12:38:26.000Z","updated_at":"2025-03-03T16:14:39.000Z","dependencies_parsed_at":"2023-09-17T20:30:50.814Z","dependency_job_id":"d272b95f-32ed-4c97-8b7a-a3253f2c97ad","html_url":"https://github.com/DevDario/PurpleBird","commit_stats":null,"previous_names":["devdario/purplebird"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDario%2FPurpleBird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDario%2FPurpleBird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDario%2FPurpleBird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevDario%2FPurpleBird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevDario","download_url":"https://codeload.github.com/DevDario/PurpleBird/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248478827,"owners_count":21110770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-tools","email-sender","emailjs","emails-service","reactjs","vite","vitejs-react"],"created_at":"2025-03-25T16:38:03.922Z","updated_at":"2025-04-11T20:41:40.015Z","avatar_url":"https://github.com/DevDario.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PurpleBird - Email Sending App Documentation\n\n## Table of Contents\n1. [Introduction](#introduction)\n2. [Features](#features)\n3. [Prerequisites](#prerequisites)\n4. [Installation](#installation)\n5. [Usage](#usage)\n6. [Contributing](#contributing)\n7. [License](#license)\n\n---\n\n## 1. Introduction \u003ca name=\"introduction\"\u003e\u003c/a\u003e\n\nWelcome to PurpleBird, the easy-to-use email sending app that allows you to send emails quickly and effortlessly using your Gmail account. With PurpleBird, you can send messages by simply providing your email address, the recipient's email address, and your message. It's as simple as that! This documentation will guide you through the installation, setup, and usage of the PurpleBird app.\n\n## 2. Features \u003ca name=\"features\"\u003e\u003c/a\u003e\n\nPurpleBird offers the following key features:\n\n- **Easy Email Sending**: Send emails to anyone with just a few simple inputs.\n\n- **Gmail Integration**: Utilize your Gmail account to send emails securely.\n\n- **Customizable Messages**: Compose personalized messages for your recipients.\n\n## 3. Prerequisites \u003ca name=\"prerequisites\"\u003e\u003c/a\u003e\n\nBefore you can use PurpleBird, make sure you have the following prerequisites in place:\n\n- **Node.js**: Ensure you have Node.js installed on your system. You can download it from [https://nodejs.org/](https://nodejs.org/).\n\n- **EmailJS Account**: Sign up for an EmailJS account at [https://www.emailjs.com/](https://www.emailjs.com/) to obtain your API key.\n\n- **Gmail Account**: You need a Gmail account to send emails using PurpleBird.\n\n- **Git**: If you plan to clone the PurpleBird repository, you should have Git installed. You can download it from [https://git-scm.com/](https://git-scm.com/).\n\n## 4. Installation \u003ca name=\"installation\"\u003e\u003c/a\u003e\n\nFollow these steps to install and set up PurpleBird:\n\n1. Clone the PurpleBird repository from GitHub:\n\n    ```bash\n    git clone https://github.com/DevDario/purplebird.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd purplebird\n    ```\n\n3. Install the project dependencies:\n\n    ```bash\n    npm install\n    ```\n\n4. Create a `.env` file in the project root and add your EmailJS API key:\n\n    ```\n    EMAILJS_API_KEY=your_emailjs_api_key_here\n    ```\n\n5. Save the `.env` file.\n\n## 5. Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\n### Starting the Application\n\n1. Start the PurpleBird web application:\n\n    ```bash\n    npm run dev\n    ```\n\n2. Open your web browser and navigate to `http://localhost:5173` or other showed in your terminal to access PurpleBird.\n\n### Sending Emails\n\n1. Enter your Gmail address in the \"Your Email\" field.\n\n2. Enter the recipient's email address in the \"your friend's Email\" field.\n\n3. Compose your message in the \"Message\" field.\n\n4. Click the \"Send Email\" button.\n\n5. PurpleBird will use your Gmail account via EmailJS to send the email.\n\n### Stopping the Application\n\nTo stop the PurpleBird web application, press `Ctrl + C` in the terminal where it's running.\n\n## 6. Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nWe welcome contributions to PurpleBird! If you'd like to contribute to this project, please follow our [Contribution Guidelines](CONTRIBUTING.md).\n\n## 7. License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nPurpleBird is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\nThank you for using PurpleBird! If you encounter any issues or have suggestions for improvements, please feel free to [create an issue](https://github.com/DevDario/purplebird/issues) on our GitHub repository. Happy emailing!\n\nGenerated by ChatGPT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdario%2Fpurplebird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdario%2Fpurplebird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdario%2Fpurplebird/lists"}