{"id":16784130,"url":"https://github.com/omgimalexis/pow","last_synced_at":"2026-04-29T00:02:59.618Z","repository":{"id":53893094,"uuid":"386793856","full_name":"OmgImAlexis/pow","owner":"OmgImAlexis","description":"Pow(alpha) - A decent HTTP framework","archived":false,"fork":false,"pushed_at":"2021-07-18T06:49:48.000Z","size":146,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-23T08:34:37.079Z","etag":null,"topics":["alpha","express","expressjs","http","http-framework","pow"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/OmgImAlexis.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}},"created_at":"2021-07-17T00:06:17.000Z","updated_at":"2022-08-06T03:51:18.000Z","dependencies_parsed_at":"2022-08-13T03:30:50.121Z","dependency_job_id":null,"html_url":"https://github.com/OmgImAlexis/pow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgImAlexis%2Fpow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgImAlexis%2Fpow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgImAlexis%2Fpow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmgImAlexis%2Fpow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmgImAlexis","download_url":"https://codeload.github.com/OmgImAlexis/pow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243941288,"owners_count":20372218,"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":["alpha","express","expressjs","http","http-framework","pow"],"created_at":"2024-10-13T07:53:45.637Z","updated_at":"2026-04-29T00:02:59.577Z","avatar_url":"https://github.com/OmgImAlexis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pow\n\nA decent HTTP framework.\n\n\n## Usage\n\n```ts\nimport { App } from 'pow';\n\nconst app = new App({ port: 3000 });\n\n// Add GET route\napp.get('/', () =\u003e {\n    return 'Hello World!';\n});\n\n// Start app\napp.listen();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomgimalexis%2Fpow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomgimalexis%2Fpow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomgimalexis%2Fpow/lists"}