{"id":22161279,"url":"https://github.com/violetbuse/node_tags","last_synced_at":"2026-03-19T22:01:54.199Z","repository":{"id":245743683,"uuid":"818785901","full_name":"VioletBuse/node_tags","owner":"VioletBuse","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-23T21:03:01.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-15T16:50:15.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gleam","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/VioletBuse.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-06-22T21:32:05.000Z","updated_at":"2024-06-23T21:27:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"a36a85ca-55d6-43c7-9953-bf01edcdc6ca","html_url":"https://github.com/VioletBuse/node_tags","commit_stats":null,"previous_names":["violetbuse/node_tags"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VioletBuse%2Fnode_tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VioletBuse%2Fnode_tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VioletBuse%2Fnode_tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VioletBuse%2Fnode_tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VioletBuse","download_url":"https://codeload.github.com/VioletBuse/node_tags/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245128114,"owners_count":20565206,"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":"2024-12-02T04:14:15.483Z","updated_at":"2026-01-05T17:04:35.163Z","avatar_url":"https://github.com/VioletBuse.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node_tags\n\n[![Package Version](https://img.shields.io/hexpm/v/node_tags)](https://hex.pm/packages/node_tags)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/node_tags/)\n\n```sh\ngleam add node_tags\n```\n```gleam\nimport node_tags\nimport gleam/erlang/atom\nimport gleam/io\n\npub fn main() {\n  let manager = atom.create_from_string(\"tags\")\n  |\u003e node_tags.start\n\n  node_tags.set(manager, \"id\", node_tags.String(\"main_node\"))\n  io.debug(\n    node_tags.get_nodes_tagged(\n      manager,\n      where: #(\"id\", node_tags.String(\"worker_node\")),\n      until: 1000\n    )\n  )\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/node_tags\u003e.\n\n## Development\n\n```sh\ngleam run   # Run the project\ngleam test  # Run the tests\ngleam shell # Run an Erlang shell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvioletbuse%2Fnode_tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvioletbuse%2Fnode_tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvioletbuse%2Fnode_tags/lists"}