{"id":13596422,"url":"https://github.com/tnory56/jquery-progressTimer","last_synced_at":"2025-04-09T16:32:36.687Z","repository":{"id":18769834,"uuid":"21982756","full_name":"tnory56/jquery-progressTimer","owner":"tnory56","description":null,"archived":false,"fork":false,"pushed_at":"2015-11-17T17:17:31.000Z","size":514,"stargazers_count":14,"open_issues_count":3,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T22:37:23.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tnory56.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":"2014-07-18T14:20:23.000Z","updated_at":"2023-06-01T19:31:42.000Z","dependencies_parsed_at":"2022-08-30T09:20:30.602Z","dependency_job_id":null,"html_url":"https://github.com/tnory56/jquery-progressTimer","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnory56%2Fjquery-progressTimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnory56%2Fjquery-progressTimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnory56%2Fjquery-progressTimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tnory56%2Fjquery-progressTimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tnory56","download_url":"https://codeload.github.com/tnory56/jquery-progressTimer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248067923,"owners_count":21042379,"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-01T16:02:25.605Z","updated_at":"2025-04-09T16:32:31.678Z","avatar_url":"https://github.com/tnory56.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![Bower version](https://badge.fury.io/bo/jquery-progresstimer.svg)](http://badge.fury.io/bo/jquery-progresstimer)\n[![devDependency Status](https://david-dm.org/tnory56/jquery-progressTimer/dev-status.svg)](https://david-dm.org/tnory56/jquery-progressTimer/#info=devDependencies)\n[![Dependency Status](https://david-dm.org/tnory56/jquery-progressTimer/status.svg)](https://david-dm.org/tnory56/jquery-progressTimer/)\n[![Build Status](https://travis-ci.org/tnory56/jquery-progressTimer.svg?branch=master)](https://travis-ci.org/tnory56/jquery-progressTimer)\n[![Codacy Badge](https://www.codacy.com/project/badge/92bc754497b64930aeaef6b0f0632320)](https://www.codacy.com/public/tnory56/jqueryprogressTimer)\n\njQuery Progress timer is a jquery extension that extends the functionality of the Bootstrap progress [bar component](http://getbootstrap.com/components/#progress)\n\n - REQUIRES Bootstrap 3.2.0 or greater.\n\n## Table of contents\n\n - [Quick start](#quick-start)\n - [What's Included](#whats-included)\n - [Simple Example](#simple-example)\n \n## Quick start\n\nThree quick start options are available:\n\n- Clone the repo: `git clone https://github.com/tnory56/jquery-progressTimer.git`.\n- Install with [Bower](http://bower.io): `bower install jquery-progresstimer`.\n- See the demo page [Demo](http://tnory56.github.io/jquery-progressTimer/) for usage and possibilities\n\n\n## What's included\n\nWithin the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:\n\n```\njquery-progresstimer/\n├── demo/\n│\t├── css/\n│\t│\t├── static.css\n│\t│\t└── static.min.css\n│\t├── fonts/\n│\t│\t├── glyphicons-halflings-regular.eot\n│\t│\t├── glyphicons-halflings-regular.svg\n│\t│\t├── glyphicons-halflings-regular.ttf\n│\t│\t└── glyphicons-halflings-regular.woff\n│\t├── js/\n│\t│\t├── static.js\n│\t│\t└── static.min.js\n│\t├── demo.css\n│\t└── index.html\n├── dist/\n│\t├── css/\n│\t│\t└── jquery.progresstimer.css\n│\t└── js/\n│\t\t├── jquery.progresstimer.js\n│\t\t└── jquery.progresstimer.min.js\n├── src/\n│\t├── css/\n│\t└── js/\n├── bower.json\n├── Gruntfile.js\n├── LICENSE\n├── package.json\n└── README.md\n```\n\n## Simple Example\n\n```html\n\u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"loading-progress\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n\u003cscript src=\"js/static.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"../dist/js/jquery.progresstimer.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    var progress = $(\".loading-progress\").progressTimer({\n        timeLimit: 10,\n        onFinish: function () {\n            alert('completed!');\n        }\n    });\n    $.ajax({\n       url:\"http://localhost/\"\n    }).error(function(){\n        progress.progressTimer('error', {\n            errorText:'ERROR!',\n            onFinish:function(){\n                alert('There was an error processing your information!');\n            }\n        });\n    }).done(function(){\n        progress.progressTimer('complete');\n    });\n\u003c/script\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftnory56%2Fjquery-progressTimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftnory56%2Fjquery-progressTimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftnory56%2Fjquery-progressTimer/lists"}