{"id":24797474,"url":"https://github.com/dylanlott/jank","last_synced_at":"2025-07-30T09:03:00.785Z","repository":{"id":272549217,"uuid":"916971980","full_name":"dylanlott/jank","owner":"dylanlott","description":"a simple message board with MTG card recognition","archived":false,"fork":false,"pushed_at":"2025-01-30T06:38:54.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T10:46:21.946Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dylanlott.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-01-15T05:26:17.000Z","updated_at":"2025-01-30T06:38:58.000Z","dependencies_parsed_at":"2025-01-15T07:26:37.884Z","dependency_job_id":"77161e78-7b4c-46e7-82ee-13ca953accb8","html_url":"https://github.com/dylanlott/jank","commit_stats":null,"previous_names":["dylanlott/jank"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dylanlott/jank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fjank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fjank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fjank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fjank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanlott","download_url":"https://codeload.github.com/dylanlott/jank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanlott%2Fjank/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267842944,"owners_count":24153131,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-30T01:28:26.722Z","updated_at":"2025-07-30T09:03:00.722Z","avatar_url":"https://github.com/dylanlott.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jank\n\n```txt\n       _             __  \n      (_)___ _____  / /__\n     / / __ `/ __ \\/ //_/\n    / / /_/ / / / / ,\u003c   \n __/ /\\__,_/_/ /_/_/|_|  \n/___/                    \n```\n\n`jank` uses Go with SQLite to store data. It is intentionally simple with all front-end assets statically embedded in the Go binary at build time.\n\n## Development\n\nTo run the server:\n\n```sh\ngo run main.go\n```\n\n## Testing\n\n### Create a board\n\n```sh\ncurl -X POST -H \"Content-Type: application/json\" -d '{\"name\":\"/salt/\", \"description\":\"let the hate flow\"}' http://localhost:8080/boards\n```\n\n### List boards\n\n```sh\ncurl http://localhost:8080/boards\n```\n\n### List threads for a given board\n\n```sh\ncurl http://localhost:8080/threads/1\n```\n\n### Create a post in a thread\n\n```sh\ncurl -X POST -H \"Content-Type: application/json\" -d '{\"title\":\"Dimir control is OP\"}' http://localhost:8080/threads/2\n```\n\n### Create post in a thread\n\n```sh\ncurl -X POST -H \"Content-Type: application/json\" -d '{\"author\":\"anonymous\", \"content\":\"bofades nutz\"}' http://localhost:8080/posts/1/1\n```\n\n## Ideas\n\n- Ability to represent annotated tress of cards\n- Decklist handling\n- Player profile integration with vedh.xyz\n- Replay and game linking support for vedh games\n\n## License\n\nThis project is licensed under the MIT License. See the [MIT LICENSE](./LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanlott%2Fjank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanlott%2Fjank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanlott%2Fjank/lists"}