{"id":16859123,"url":"https://github.com/connoratherton/progress","last_synced_at":"2025-11-01T00:02:07.370Z","repository":{"id":9742888,"uuid":"11705015","full_name":"ConnorAtherton/Progress","owner":"ConnorAtherton","description":"Progress.js is an online tool that allows students to visualise and forecast academic grades","archived":false,"fork":false,"pushed_at":"2013-11-19T23:10:53.000Z","size":3920,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-27T01:08:26.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ConnorAtherton.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":"2013-07-27T13:05:41.000Z","updated_at":"2024-03-16T19:19:51.000Z","dependencies_parsed_at":"2022-07-08T06:38:37.743Z","dependency_job_id":null,"html_url":"https://github.com/ConnorAtherton/Progress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorAtherton%2FProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorAtherton%2FProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorAtherton%2FProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorAtherton%2FProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConnorAtherton","download_url":"https://codeload.github.com/ConnorAtherton/Progress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239399828,"owners_count":19632022,"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-10-13T14:16:15.154Z","updated_at":"2025-11-01T00:02:07.349Z","avatar_url":"https://github.com/ConnorAtherton.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Progress.js\n\nProgress is an online tool that allows students to visualise and forecast academic grades\n\n## Usage\n\nLink progress.js file into your project\n\n```HTML\n\u003cscript src=\"progress.js\"\u003e\u003c/script\u003e\n```\n\nCreate container for progress to load graphs into.\n\n**IMPORTANT** The container needs to have an ```id``` so progress can find it. It also needs to have a ```data-user-id``` attribute which is the users unique identifier to retrieve data from RESTful API\n\n```HTML\n\u003csection id=\"data\" data-user-id=\"connor\"\u003e\u003c/section\u003e\n```\n\nInitalise progress by calling `progress.init()` passing in the container ```id``` as the first argument and link to the API where the student data is served as the second argument\n\n```JavaScript\nprogress.init(\"data\", \"path/to/RESTful/API\")\n```\n\nWatch the magic happen.\n\n\n## Installing the demo\n\nNavigate into the ```demo``` directory.\n\nInstall node modules\n  \n\tnpm install\n\nInstall bower dependencies\n  \n    bower install\n\nRun the server\n  \n    grunt server\n\nThe demo should automatically open in your browser - now just hack away and contribute!\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnoratherton%2Fprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnoratherton%2Fprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnoratherton%2Fprogress/lists"}