{"id":21903821,"url":"https://github.com/hansemannn/titanium-loading-hud","last_synced_at":"2025-06-30T10:02:33.409Z","repository":{"id":65473061,"uuid":"144486524","full_name":"hansemannn/titanium-loading-hud","owner":"hansemannn","description":" A simple loading HUD that uses native UI elements to present a modal loading indicator.","archived":false,"fork":false,"pushed_at":"2020-05-17T18:18:28.000Z","size":1110,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T21:44:28.948Z","etag":null,"topics":["hud-control","javascript","loading-indicator","native","titanium"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/hansemannn.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}},"created_at":"2018-08-12T17:21:33.000Z","updated_at":"2021-09-05T22:25:00.000Z","dependencies_parsed_at":"2023-01-25T02:55:12.526Z","dependency_job_id":null,"html_url":"https://github.com/hansemannn/titanium-loading-hud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansemannn/titanium-loading-hud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-loading-hud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-loading-hud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-loading-hud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-loading-hud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansemannn","download_url":"https://codeload.github.com/hansemannn/titanium-loading-hud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-loading-hud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261555466,"owners_count":23176634,"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":["hud-control","javascript","loading-indicator","native","titanium"],"created_at":"2024-11-28T15:29:31.973Z","updated_at":"2025-06-30T10:02:33.289Z","avatar_url":"https://github.com/hansemannn.png","language":"JavaScript","readme":"# Titanium Loading HUD-Control\n\nA simple loading HUD that uses native UI elements to present\na modal loading indicator.\n\n\u003cimg src=\"./screenshot.jpg\" width=\"900\" alt=\"Titanium Loading HUD-Control\" /\u003e\n\n## Requirements\n\n- Titanium SDK 7.1.0+\n- ES6 enabled (`\u003ctranspile\u003etrue\u003c/transpile`)\n\n## Install\n\n- a) Simply put the `loader.js` into `app/lib` (Alloy) or `Resources` (Classic).\n- b) Install via npm: `npm i titanium-loading-hud`\n\n## Example\n\n```js\nimport Loader from 'loader';\n\nconst loader = new Loader({\n  view: $.window,\n  title: 'Loading …',\n});\n\nloader.show();\n\nsetTimeout(() =\u003e {\n  loader.hide();\n}, 2000);\n```\n\n## License\n\nMIT\n\n## Author \n\nHans Knöchel\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-loading-hud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansemannn%2Ftitanium-loading-hud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-loading-hud/lists"}