{"id":21538110,"url":"https://github.com/munene-m/notes-api","last_synced_at":"2026-05-10T05:17:12.802Z","repository":{"id":264377800,"uuid":"893200355","full_name":"munene-m/notes-api","owner":"munene-m","description":"Notes api that saves to JSON file","archived":false,"fork":false,"pushed_at":"2024-11-23T20:08:15.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T20:02:30.703Z","etag":null,"topics":["deno","hono"],"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/munene-m.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-23T19:49:33.000Z","updated_at":"2024-11-23T20:08:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"916a3e47-ff6a-46bd-8c6b-401a1065004b","html_url":"https://github.com/munene-m/notes-api","commit_stats":null,"previous_names":["munene-m/notes-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/munene-m/notes-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munene-m%2Fnotes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munene-m%2Fnotes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munene-m%2Fnotes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munene-m%2Fnotes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/munene-m","download_url":"https://codeload.github.com/munene-m/notes-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/munene-m%2Fnotes-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266235510,"owners_count":23897181,"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":["deno","hono"],"created_at":"2024-11-24T04:10:36.296Z","updated_at":"2026-05-10T05:17:12.759Z","avatar_url":"https://github.com/munene-m.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Deno x Hono Notes API\r\n\r\nSimple notes api that saves notes to json file\r\n\r\nInstall dependencies\r\n\r\n```\r\ndeno install\r\n```\r\n\r\nTo start the server run the following command\r\n\r\n```\r\ndeno task dev\r\n```\r\n\r\nTo create a note make a POST request to `http://localhost:8000/create-note` with the following req body:\r\n\r\n```\r\n{\r\n    \"title\": \"Example title\",\r\n    \"content\": \"Example content\"\r\n}\r\n```\r\n\r\nTo get all notes make a GET request to `http://localhost:8000/notes`\r\n\r\nTo get a single note make a GET request to `http://localhost:8000/notes/:id`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunene-m%2Fnotes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmunene-m%2Fnotes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmunene-m%2Fnotes-api/lists"}