{"id":21239221,"url":"https://github.com/tinacious/goalprogress","last_synced_at":"2025-07-10T19:32:13.934Z","repository":{"id":6897650,"uuid":"8147448","full_name":"tinacious/goalProgress","owner":"tinacious","description":":100: Animated progress bar using jQuery to show how close you are to reaching your goal.","archived":false,"fork":false,"pushed_at":"2023-12-24T08:25:56.000Z","size":23,"stargazers_count":109,"open_issues_count":5,"forks_count":33,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-20T04:06:43.436Z","etag":null,"topics":["jquery","progress-bar"],"latest_commit_sha":null,"homepage":"http://tinacious.github.io/goalProgress/","language":"HTML","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/tinacious.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"tinacious"}},"created_at":"2013-02-11T21:40:34.000Z","updated_at":"2025-01-18T15:31:45.000Z","dependencies_parsed_at":"2022-08-06T20:00:57.746Z","dependency_job_id":null,"html_url":"https://github.com/tinacious/goalProgress","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tinacious/goalProgress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FgoalProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FgoalProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FgoalProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FgoalProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinacious","download_url":"https://codeload.github.com/tinacious/goalProgress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinacious%2FgoalProgress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264639916,"owners_count":23642319,"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":["jquery","progress-bar"],"created_at":"2024-11-21T00:42:30.564Z","updated_at":"2025-07-10T19:32:13.691Z","avatar_url":"https://github.com/tinacious.png","language":"HTML","funding_links":["https://github.com/sponsors/tinacious"],"categories":[],"sub_categories":[],"readme":"# Tinacious Design Animated Goal Progress Bar jQuery plugin\n\nThis plugin allows you to create an animated progress bar using jQuery. Just fill in the required input and the plugin calculates the progress of your goal and animates the bar. You can specify text to put before and after the amount raised.\n\n![Screenshot of the Tinacious Goal Progress plugin](https://github.com/tinacious/goalProgress/blob/master/screenshot.png?raw=true)\n\nScreenshot not enough? [Click here to see the live demo](http://tinacious.github.io/goalProgress/).\n\n## Usage\n\nThis repository can be installed using Bower:\n\n```bash\nbower install goalProgress --save\ngrunt bower-install\n```\n\n1. Reference `goalProgress.css` and either `goalProgress.min.js` or `goalProgress.js`.\n\n2. Put an empty element on the page: `\u003cdiv id=\"sample_goal\"\u003e\u003c/div\u003e`\n\n3. Initialize your script.\n    ```js\n    $(document).ready(function(){\n        $('#sample_goal').goalProgress({\n            goalAmount: 150,\n            currentAmount: 100,\n            textBefore: '$',\n            textAfter: ' raised'\n        });\n    });\n    ```\n\nThat [demo link](http://christinaholly.com/sandbox/plugins/goalProgress/) again.\n\n## License\n\n### The MIT License (MIT)\n\nCopyright \u0026copy; 2014 Tinacious Design \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tinacious/goalprogress/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinacious%2Fgoalprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinacious%2Fgoalprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinacious%2Fgoalprogress/lists"}