{"id":22378685,"url":"https://github.com/mateusmirandaalmeida/loading-easy","last_synced_at":"2026-05-02T09:32:53.739Z","repository":{"id":58246015,"uuid":"90306001","full_name":"mateusmirandaalmeida/loading-easy","owner":"mateusmirandaalmeida","description":"A feedback library for users.","archived":false,"fork":false,"pushed_at":"2017-05-05T16:08:36.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T02:44:48.749Z","etag":null,"topics":["angular","angular-loading","angularjs","animate-request","feedback-library","loading"],"latest_commit_sha":null,"homepage":"https://mateusmirandaalmeida.github.io/loading-easy/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mateusmirandaalmeida.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}},"created_at":"2017-05-04T20:20:32.000Z","updated_at":"2017-06-20T19:35:04.000Z","dependencies_parsed_at":"2022-08-31T00:21:34.056Z","dependency_job_id":null,"html_url":"https://github.com/mateusmirandaalmeida/loading-easy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmirandaalmeida%2Floading-easy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmirandaalmeida%2Floading-easy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmirandaalmeida%2Floading-easy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmirandaalmeida%2Floading-easy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateusmirandaalmeida","download_url":"https://codeload.github.com/mateusmirandaalmeida/loading-easy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245717975,"owners_count":20661151,"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":["angular","angular-loading","angularjs","animate-request","feedback-library","loading"],"created_at":"2024-12-04T23:07:08.845Z","updated_at":"2026-05-02T09:32:53.661Z","avatar_url":"https://github.com/mateusmirandaalmeida.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loading Easy\n\nA feedback library for users with a beautiful experience.\n\n#Demo\n[https://mateusmirandaalmeida.github.io/loading-easy/](https://mateusmirandaalmeida.github.io/loading-easy/)\n\n## Installation\n```html\n\nbower install loading-easy --save\nor\nnpm install loading-easy --save\n```\n\n## Add dependencies to the \u003chead\u003e section of your main html:\n```html\n\u003cscript src=\"bower_components/loading-easy/dist/loading-easy.min.js\"\u003e\u003c/script\u003e\nor\n\u003cscript src=\"node_modules/loading-easy/dist/loading-easy.min.js\"\u003e\u003c/script\u003e\n```\n\n## Basic usage\n```javascript\nLoadingEasy.init('Your text here');\n```\n\n## Finish Loading\n```javascript\nLoadingEasy.finish();\n```\n\n## Customization\n```javascript\nvar config = {\n  textColor: '#FFFFFF', // Color that will be defined in the text\n  iconColor: '#00E5FF', // Color that will be defined in the icon\n  background: 'rgba(0, 0, 0, 0.80)' //Color that will be defined in the background\n  animated: false // Active or inactive text animation\n};\nLoadingEasy.init('Your text here', config);\n```\n\n## Installation of dependencies for use or development\n```\nnpm install\n```\n## Tasks\nRun the task 'npm run dev' for the development.\nRun the task 'npm run prod' generating the minified file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusmirandaalmeida%2Floading-easy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateusmirandaalmeida%2Floading-easy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusmirandaalmeida%2Floading-easy/lists"}