{"id":15657238,"url":"https://github.com/khattakdev/bunify","last_synced_at":"2025-05-05T15:33:43.889Z","repository":{"id":202898813,"uuid":"702832051","full_name":"khattakdev/bunify","owner":"khattakdev","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-22T12:15:43.000Z","size":25,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T22:05:24.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/khattakdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-10-10T05:27:59.000Z","updated_at":"2023-11-04T20:20:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"247e4377-dcc4-435e-bac8-10f6453747ce","html_url":"https://github.com/khattakdev/bunify","commit_stats":null,"previous_names":["khattakdev/bunify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khattakdev%2Fbunify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khattakdev%2Fbunify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khattakdev%2Fbunify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khattakdev%2Fbunify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khattakdev","download_url":"https://codeload.github.com/khattakdev/bunify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252523982,"owners_count":21762011,"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":[],"created_at":"2024-10-03T13:06:00.211Z","updated_at":"2025-05-05T15:33:43.872Z","avatar_url":"https://github.com/khattakdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bunify\n\nBunify is a simplistic framework for Bun.sh, designed to bring an Express.js-like experience to the Bun ecosystem.\n\n## Features\n\n- Simplified HTTP methods (`app.get`, `app.post`, `app.put`, `app.delete`)\n- RegEx support (`/ab+cd`, `/ab*cd`, `/a(cd)?e`)\n- Easy setup and usage\n- Dynamic URL routing (`/users/:id`) (🚧 In progress)\n\n## Installation\n\nEnsure you have [Bun.sh](https://bun.sh) installed on your machine.\n\n```bash\n# Clone the repository\ngit clone https://github.com/khattakdev/bunify.git\n\n# Navigate to the project directory\ncd bunify\n\n# Install dependencies and build the project\nbun install\n```\n\nTo try the npm package, use the following command:\n\n```\nnpm install bunify\n```\n\n## Usage\n\n```javascript\n// Import the Bunify framework\nimport App from \"bunify\";\n\n// Create a new app instance\nconst app = new App();\n\n// Define a simple GET route\napp.get(\"/\", (req, res) =\u003e {\n  return res.send(\"Hello World!\");\n});\n\n// Start listening on port 3001\napp.listen(3001, () =\u003e {\n  console.log(\"Server is running on http://localhost:3001\");\n});\n```\n\n## Testing\n\nBunify uses Bun's built-in testing utilities for writing and running tests.\n\n```bash\n# Run tests\nbun test\n```\n\n## Contributing\n\nFeel free to fork this repository, submit issues, or open pull requests to help improve Bunify.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhattakdev%2Fbunify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhattakdev%2Fbunify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhattakdev%2Fbunify/lists"}