{"id":27048596,"url":"https://github.com/khalmorty/eld","last_synced_at":"2025-10-25T20:11:59.567Z","repository":{"id":286117079,"uuid":"960396934","full_name":"KhalMorty/eld","owner":"KhalMorty","description":"🚛 ELD Toolkit for WASM frameworks.","archived":false,"fork":false,"pushed_at":"2025-07-12T05:30:04.000Z","size":4963,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T05:32:15.830Z","etag":null,"topics":["bot","dart","elden-ring","firebase","game","halo","javascript","language","language-detection","modding","natural-language","nlp","python","seo"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":false,"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/KhalMorty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-04T11:12:11.000Z","updated_at":"2025-07-12T05:30:07.000Z","dependencies_parsed_at":"2025-04-10T20:58:47.356Z","dependency_job_id":"6f3e958c-dc09-408c-ba17-a092ab240d51","html_url":"https://github.com/KhalMorty/eld","commit_stats":null,"previous_names":["khalmorty/eld"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KhalMorty/eld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalMorty%2Feld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalMorty%2Feld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalMorty%2Feld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalMorty%2Feld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhalMorty","download_url":"https://codeload.github.com/KhalMorty/eld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalMorty%2Feld/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269904066,"owners_count":24494066,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bot","dart","elden-ring","firebase","game","halo","javascript","language","language-detection","modding","natural-language","nlp","python","seo"],"created_at":"2025-04-05T07:15:18.611Z","updated_at":"2025-10-25T20:11:59.493Z","avatar_url":"https://github.com/KhalMorty.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"```markdown\n# 🚛 ELD Toolkit for WASM Frameworks\n\nWelcome to the ELD Toolkit, your comprehensive solution for integrating Electronic Logging Device (ELD) functionalities within WASM frameworks. This toolkit supports various modern frameworks such as Dioxus, Yew, and Leptos, making it easier for developers to build robust applications that comply with ELD regulations.\n\n---\n\n## 🌟 Table of Contents\n\n1. [Introduction](#introduction)\n2. [Features](#features)\n3. [Supported Frameworks](#supported-frameworks)\n4. [Installation](#installation)\n5. [Usage](#usage)\n6. [Contributing](#contributing)\n7. [License](#license)\n8. [Contact](#contact)\n9. [Releases](#releases)\n\n---\n\n## 📖 Introduction\n\nThe ELD Toolkit provides a seamless way to integrate ELD functionalities into your web applications. With the rise of WebAssembly (WASM), this toolkit allows you to build efficient and high-performance applications that can run in the browser. By using this toolkit, developers can focus on creating exceptional user experiences while ensuring compliance with ELD requirements.\n\n## 🚀 Features\n\n- **Cross-Framework Compatibility**: Works with Dioxus, Yew, Leptos, and other WASM frameworks.\n- **Modular Design**: Choose and implement only the functionalities you need.\n- **User-Friendly API**: Simple and intuitive API for quick integration.\n- **Real-time Data Processing**: Handle data in real-time to enhance user experience.\n- **Compliance Tools**: Features to ensure ELD compliance, making your application regulatory-friendly.\n\n## 🛠️ Supported Frameworks\n\nThis toolkit is designed to work seamlessly with the following frameworks:\n\n- **Dioxus**\n- **Yew**\n- **Leptos**\n- **Dioxus Fullstack**\n- **Dioxus Web**\n\nWhether you are building a web application or a full-stack solution, the ELD Toolkit has you covered.\n\n## 📥 Installation\n\nTo get started with the ELD Toolkit, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/KhalMorty/eld.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd eld\n   ```\n3. Install dependencies:\n   ```bash\n   cargo build\n   ```\n\n## 🔍 Usage\n\nAfter installation, you can start integrating ELD features into your application. Below is a basic example of how to use the toolkit within a Dioxus framework.\n\n### Example\n\n```rust\nuse eld::eld_api;\n\nfn main() {\n    // Initialize the ELD functionalities\n    eld_api::initialize();\n\n    // Your application logic here\n}\n```\n\nMake sure to check the official documentation for more in-depth examples and API references.\n\n## 🤝 Contributing\n\nWe welcome contributions from the community. If you would like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/YourFeatureName\n   ```\n3. Make your changes.\n4. Commit your changes:\n   ```bash\n   git commit -m \"Add your message here\"\n   ```\n5. Push to the branch:\n   ```bash\n   git push origin feature/YourFeatureName\n   ```\n6. Open a Pull Request.\n\nYour contributions help make this project better for everyone.\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## 📧 Contact\n\nFor questions or feedback, feel free to reach out:\n\n- **Email**: contact@eldtoolkit.com\n- **Twitter**: [@eld_toolkit](https://twitter.com/eld_toolkit)\n\n## 🔥 Releases\n\nYou can download the latest version of the ELD Toolkit from our [Releases section](https://github.com/KhalMorty/eld/releases). Make sure to execute the downloaded files as instructed.\n\n---\n\n## 🏷️ Topics\n\n- dioxus\n- dioxus-fullstack\n- dioxus-web\n- driver\n- eld\n- eld-chart\n- leptos\n- rust\n- uber\n- yew\n\n---\n\n![ELD Toolkit](https://img.shields.io/badge/ELD_Toolkit-Available-blue)\n\nThank you for visiting the ELD Toolkit repository! We look forward to your contributions and feedback. Happy coding!\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalmorty%2Feld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhalmorty%2Feld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalmorty%2Feld/lists"}