{"id":19027362,"url":"https://github.com/divanny/convertifyer","last_synced_at":"2025-09-11T23:22:09.674Z","repository":{"id":196588360,"uuid":"688975530","full_name":"Divanny/Convertifyer","owner":"Divanny","description":"📄 Convertifyer is a web application that allows you to convert different types of files to PDF quickly and easily.","archived":false,"fork":false,"pushed_at":"2024-08-21T14:34:41.000Z","size":88,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T03:14:37.559Z","etag":null,"topics":["api-rest","converter","javascript","rapidapi","vuejs"],"latest_commit_sha":null,"homepage":"https://convertifyer.vercel.app/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Divanny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-08T14:00:40.000Z","updated_at":"2023-09-25T12:21:13.000Z","dependencies_parsed_at":"2023-09-26T10:12:58.233Z","dependency_job_id":null,"html_url":"https://github.com/Divanny/Convertifyer","commit_stats":null,"previous_names":["divanny/convertifyer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divanny%2FConvertifyer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divanny%2FConvertifyer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divanny%2FConvertifyer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divanny%2FConvertifyer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Divanny","download_url":"https://codeload.github.com/Divanny/Convertifyer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240079278,"owners_count":19744717,"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":["api-rest","converter","javascript","rapidapi","vuejs"],"created_at":"2024-11-08T21:08:02.024Z","updated_at":"2025-02-21T19:41:26.666Z","avatar_url":"https://github.com/Divanny.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n\n\u003cimg src=https://i.imgur.com/CJrLtJP.png alt=\"logo\" width=150 height=150 /\u003e\n\n\u003ch1\u003eConvertifyer\u003c/h1\u003e\n\u003cp\u003eConvertifyer is a web application that allows you to convert different types of files to PDF quickly and easily.\u003c/p\u003e\n\n\u003ch4\u003e \u003cspan\u003e · \u003c/span\u003e \u003ca href=\"https://github.com/Divanny/Convertifyer/blob/main/README.md\"\u003e Documentation \u003c/a\u003e \u003cspan\u003e · \u003c/span\u003e \u003ca href=\"https://github.com/Divanny/Convertifyer/issues\"\u003e Report Bug \u003c/a\u003e \u003cspan\u003e · \u003c/span\u003e \u003ca href=\"https://github.com/Divanny/Convertifyer/issues\"\u003e Request Feature \u003c/a\u003e \u003c/h4\u003e\n\n\n\u003c/div\u003e\n\n# :notebook_with_decorative_cover: Table of Contents\n\n- [About the Project](#star2-about-the-project)\n- [Roadmap](#compass-roadmap)\n- [Contributing](#wave-contributing)\n- [License](#warning-license)\n- [Acknowledgements](#gem-acknowledgements)\n\n\n## :star2: About the Project\n### :space_invader: Tech Stack\n\u003cdetails\u003e \u003csummary\u003eClient\u003c/summary\u003e \u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://vuejs.org\"\u003eVueJS\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e \u003c/details\u003e\n\n### :dart: Features\n- Simple and friendly user interface\n- Support for various input and output formats\n- Option to make the PDF searchable with OCR\n\n\n### :art: Color Reference\n| Color | Hex |\n| --------------- | ---------------------------------------------------------------- |\n| Primary Color | ![#111827](https://via.placeholder.com/10/111827?text=+) #111827 |\n| Secondary Color | ![#D8D8D8](https://via.placeholder.com/10/9089fc?text=+) #9089fc |\n| Accent Color | ![#00ADB5](https://via.placeholder.com/10/111827?text=+) #111827 |\n| Text Color | ![#EEEEEE](https://via.placeholder.com/10/EEEEEE?text=+) #EEEEEE |\n\n## :toolbox: Getting Started\n\n### :bangbang: Prerequisites\n\n- Install Node JS in your computer\n\n\n### :running: Run Locally\n\nGo to the project directory\n\n```bash\ncd convertifyer\n```\nClone the project\n\n```bash\ngit clone https://github.com/Divanny/Convertifyer\n```\nInstall the dependencies\n```bash\nnpm install\n```\nTo run the app in development mode\n```bash\nnpm run dev\n```\nBuild the application\n```bash\nnpm run build\n```\n\n\n## :compass: Roadmap\n\n* [x] Convert HTML to PDF\n* [x] Convert URL to PDF\n* [x] Convert image to PDF\n* [x] Searchable PDF\n\n\n## :wave: Contributing\n\n\u003ca href=\"https://github.com/Divanny/Convertifyer/graphs/contributors\"\u003e \u003cimg src=\"https://contrib.rocks/image?repo=Louis3797/awesome-readme-template\" /\u003e \u003c/a\u003e\n\nContributions are always welcome!\n\nAll contributions are welcome! Please read our contributing guidelines: `contributing.md` before submitting a pull request.\n\n## :warning: License\n\nThis project is licensed under the MIT License. See the LICENSE: LICENSE file for more details.\n\n## :gem: Acknowledgements\n\nUseful resources and libraries that I have used in the project.\n\n- [RapidAPI](https://rapidapi.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivanny%2Fconvertifyer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivanny%2Fconvertifyer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivanny%2Fconvertifyer/lists"}