{"id":19883807,"url":"https://github.com/hyperhype/hyperprogress","last_synced_at":"2025-05-02T15:30:24.007Z","repository":{"id":66001520,"uuid":"64048761","full_name":"hyperhype/hyperprogress","owner":"hyperhype","description":"A progress bar built with hyperscript","archived":false,"fork":false,"pushed_at":"2017-01-31T03:19:38.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T04:02:57.448Z","etag":null,"topics":["hyperscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/hyperhype.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}},"created_at":"2016-07-24T04:34:13.000Z","updated_at":"2019-11-25T22:02:55.000Z","dependencies_parsed_at":"2023-06-06T10:45:16.867Z","dependency_job_id":null,"html_url":"https://github.com/hyperhype/hyperprogress","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"e076f3f81694210578b53c59bfd5485cb9a12ea1"},"previous_names":["dominictarr/hyperprogress"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperhype%2Fhyperprogress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperhype%2Fhyperprogress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperhype%2Fhyperprogress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperhype%2Fhyperprogress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperhype","download_url":"https://codeload.github.com/hyperhype/hyperprogress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252062661,"owners_count":21688579,"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":["hyperscript"],"created_at":"2024-11-12T17:23:15.730Z","updated_at":"2025-05-02T15:30:23.724Z","avatar_url":"https://github.com/hyperhype.png","language":"JavaScript","readme":"# hyperprogress\n\ncreate a progress bar\n\n``` js\nvar progress = require('hyperprogress')(10) //for a 10 step bar.\n\ndocument.body.appendChild(progress)\n\nprogress.next() //go to next step\nprogress.next('step name') //append a step to the list.\n\n//if the process fails, call with an error.\nprogress.fail(new Error('failed'))\n```\n\nhas no dependencies. 1.4k\n\nyou'll need to use CSS to make the progress bar visible.\nat minimum you need:\n\n```\n.hyperprogress__liquid { height: 1px; background: blue;}\n```\n\n## License\n\nMIT\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperhype%2Fhyperprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperhype%2Fhyperprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperhype%2Fhyperprogress/lists"}