{"id":21580700,"url":"https://github.com/wnawa/task-manegment-api","last_synced_at":"2026-04-13T16:35:12.921Z","repository":{"id":219076086,"uuid":"747876382","full_name":"wnawa/Task-manegment-ApI","owner":"wnawa","description":"ApI for task managment using Node.js","archived":false,"fork":false,"pushed_at":"2024-01-25T09:54:51.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T08:12:47.665Z","etag":null,"topics":["json","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/wnawa.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,"roadmap":null,"authors":null}},"created_at":"2024-01-24T20:17:13.000Z","updated_at":"2024-01-25T09:56:01.000Z","dependencies_parsed_at":"2024-01-25T11:13:43.268Z","dependency_job_id":"3d673c2e-73fd-4b64-beff-6950e5c2330d","html_url":"https://github.com/wnawa/Task-manegment-ApI","commit_stats":null,"previous_names":["wnawa/task-manegment-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wnawa/Task-manegment-ApI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnawa%2FTask-manegment-ApI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnawa%2FTask-manegment-ApI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnawa%2FTask-manegment-ApI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnawa%2FTask-manegment-ApI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wnawa","download_url":"https://codeload.github.com/wnawa/Task-manegment-ApI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnawa%2FTask-manegment-ApI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31761985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["json","nodejs"],"created_at":"2024-11-24T14:09:28.279Z","updated_at":"2026-04-13T16:35:12.903Z","avatar_url":"https://github.com/wnawa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management API \nUsing I have created this API. It can read the data from JSON file and display or add new Tasks through the following endpoints:\n \u003cul\u003e\u003cli\u003eGet all Tasks\nhttp://127.0.0.1:2000/tasks\n  \u003cpre\u003e\u003ccode\u003e{\n    \"tasks\": [\n        {\n            \"id\": 1,\n            \"name\": \"shopping\",\n            \"completed\": false\n        },\n        {\n            \"id\": 2,\n            \"name\": \"study\",\n            \"completed\": false\n        },\n        {\n            \"id\": 4,\n            \"name\": \"shower\",\n            \"completed\": false\n        },\n        {\n            \"id\": 3,\n            \"name\": \"washing\",\n            \"complete\": false\n        }\n    ]\n}\u003c/code\u003e\u003c/pre\u003e\n\u003c/li\u003e\n \u003cli\u003e\nPost New Tasks\nhttp://127.0.0.1:2000/tasks\u003c/li\u003e\n \u003cli\u003ePut Edit Task to mark as completed \nhttp://127.0.0.1:2000/tasks/:id\u003c/li\u003e\n\u003c/ul\u003e\n\n## Run the code using\nnode index.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwnawa%2Ftask-manegment-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwnawa%2Ftask-manegment-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwnawa%2Ftask-manegment-api/lists"}