{"id":28633413,"url":"https://github.com/scott-the-programmer/blog-api","last_synced_at":"2025-06-12T15:08:35.779Z","repository":{"id":297869603,"uuid":"996081765","full_name":"scott-the-programmer/blog-api","owner":"scott-the-programmer","description":"A homebrewed CMS for my website","archived":false,"fork":false,"pushed_at":"2025-06-08T02:11:34.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T02:39:31.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scott-the-programmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-06-04T12:34:24.000Z","updated_at":"2025-06-08T02:11:37.000Z","dependencies_parsed_at":"2025-06-08T02:51:53.722Z","dependency_job_id":null,"html_url":"https://github.com/scott-the-programmer/blog-api","commit_stats":null,"previous_names":["scott-the-programmer/blog-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scott-the-programmer/blog-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Fblog-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Fblog-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Fblog-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Fblog-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scott-the-programmer","download_url":"https://codeload.github.com/scott-the-programmer/blog-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scott-the-programmer%2Fblog-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259490549,"owners_count":22865767,"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":"2025-06-12T15:08:34.186Z","updated_at":"2025-06-12T15:08:35.754Z","avatar_url":"https://github.com/scott-the-programmer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog API\n\nA simple Go API that serves blog posts from markdown files.\n\n## Quick Start\n\n```bash\nmake deps    # Install dependencies\nmake run     # Start the API at http://localhost:8080\n```\n\n## Makefile Commands\n\n| Command              | Description                    |\n| -------------------- | ------------------------------ |\n| `make help`          | Show all available commands    |\n| `make run`           | Run the application            |\n| `make build`         | Build the application binary   |\n| `make test`          | Run unit tests                 |\n| `make test-e2e`      | Run end-to-end tests           |\n| `make test-all`      | Run all tests                  |\n| `make test-coverage` | Run tests with coverage report |\n| `make fmt`           | Format code                    |\n| `make vet`           | Vet code                       |\n| `make lint`          | Run linter                     |\n| `make clean`         | Clean build artifacts          |\n| `make watch`         | Watch for changes and rebuild  |\n\n## Writing Posts\n\nCreate `.md` files in the `posts/` directory with YAML frontmatter:\n\n```yaml\n---\ntitle: \"Your Post Title\"\ndate: \"2025-06-05\"\ntags: [\"tag1\", \"tag2\"]\nexcerpt: \"Brief description\"\n---\n# Your content here\n```\n\n## API Endpoints\n\n- `GET /` - API info\n- `GET /posts` - List all posts\n- `GET /posts/:slug` - Get specific post\n- `GET /health` - Health check\n- `GET /rss` - RSS feed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscott-the-programmer%2Fblog-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscott-the-programmer%2Fblog-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscott-the-programmer%2Fblog-api/lists"}