{"id":13740508,"url":"https://github.com/lpil/spinner","last_synced_at":"2025-12-30T18:03:13.750Z","repository":{"id":216093070,"uuid":"740243859","full_name":"lpil/spinner","owner":"lpil","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-08T12:21:12.000Z","size":99,"stargazers_count":24,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-14T07:37:25.634Z","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/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-07T23:28:06.000Z","updated_at":"2025-02-06T03:16:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef011fd4-649c-4f66-a3ab-d6408c0fdb0e","html_url":"https://github.com/lpil/spinner","commit_stats":null,"previous_names":["lpil/spinner"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fspinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fspinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fspinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fspinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/spinner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243544667,"owners_count":20308168,"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-08-03T04:00:48.846Z","updated_at":"2025-12-30T18:03:13.652Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages"],"sub_categories":["Command Line"],"readme":"# spinner\n\n[![Package Version](https://img.shields.io/hexpm/v/spinner)](https://hex.pm/packages/spinner)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/spinner/)\n\n![The spinner running in a terminal](spinner.gif)\n\nAnimated progress spinners for your console.\n\nWorks on both Erlang and JavaScript runtimes.\n```sh\ngleam add spinner\n```\n```gleam\nimport spinner\nimport gleam/io\nimport gleam_community/ansi\n\npub fn main() {\n  let spinner =\n    spinner.new(\"Reticulating 3-Dimensional Splines\")\n    |\u003e spinner.with_colour(ansi.yellow)\n    |\u003e spinner.start\n\n  // Do some stuff while the spinner runs...\n\n  // The spinner text can be changed\n  spinner.set_text(spinner, \"Collecting Meteor Particles\")\n\n  // Finish it when you're done\n  spinner.stop(spinner)\n  io.println(\"Done!\")\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/spinner\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fspinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fspinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fspinner/lists"}