{"id":19943251,"url":"https://github.com/galvinpython/globalclicker","last_synced_at":"2026-02-09T23:04:01.008Z","repository":{"id":178030001,"uuid":"656083039","full_name":"GalvinPython/globalclicker","owner":"GalvinPython","description":"The frontend source to my GlobalClicker App","archived":false,"fork":false,"pushed_at":"2025-01-20T20:43:11.000Z","size":4074,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T04:24:49.699Z","etag":null,"topics":["css","html","html-css-javascript","javascript","node","nodejs","react","reactjs","scss"],"latest_commit_sha":null,"homepage":"https://gc.galvindev.me.uk","language":"CSS","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/GalvinPython.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-20T08:20:05.000Z","updated_at":"2024-10-20T10:28:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f8a267e-778f-4f8f-8faa-04a6a421bad8","html_url":"https://github.com/GalvinPython/globalclicker","commit_stats":null,"previous_names":["galvinpython/globalclicker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GalvinPython/globalclicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fglobalclicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fglobalclicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fglobalclicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fglobalclicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GalvinPython","download_url":"https://codeload.github.com/GalvinPython/globalclicker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GalvinPython%2Fglobalclicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29284761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["css","html","html-css-javascript","javascript","node","nodejs","react","reactjs","scss"],"created_at":"2024-11-13T00:15:56.733Z","updated_at":"2026-02-09T23:04:00.979Z","avatar_url":"https://github.com/GalvinPython.png","language":"CSS","readme":"# GlobalClicker\n[Click here to play](https://gc.galvindev.me.uk)  \n![Website](https://img.shields.io/website?url=https%3A%2F%2Fgc.galvindev.me.uk\u0026style=for-the-badge\u0026label=Website) ![API](https://img.shields.io/website?url=https%3A%2F%2Fapi-gc.galvindev.me.uk\u0026style=for-the-badge\u0026label=API)\n\n# Note\nThis clicker is no longer being actively maintained, and will only be getting security updates and such, as I have a new, improved clicker [here](https://github.com/stats100/clicker)\n\n# API Endpoints\nThese are the currently working endpoints, however more are to be developed:\n* /clicks - Get the number of clicks **(GET)**\n\n# Changelog\n\u003cdetails\u003e\n  \n  ### 1.0 (24/05/2024)\n  * Changed API response\n  * Out of beta because there's nothing else happening\n  \n  \u003csummary\u003eBeta\u003c/summary\u003e\n  \n  ### Beta 0.3.1 (18/09/2023)\n  #### Frontend\n  * Fixed loading time bug (thanks Nia)\n\n  ### Beta 0.3 (26/07/2023)\n  #### Frontend\n  * Removed the two CSS files and replaced them with one `index.css` file\n  * Changed the frequency of how often the API was requested from one second to two seconds to reduce stress on the server\n  * Renamed `manifest.json` to `site.webmanifest`\n  * Renamed `short_name` in manifest file to **Clicker App** to meet 12 character recommendation\n\n  #### Backend\n  * No changes. Version 1.0 will address \u003e20 second response times\n\n  ### Beta 0.2 (02/06/2023)\n  String: Version 0.2-20230701\n  #### Frontend\n  * Changed cursor image to app icon\n  * Removed React template files\n\n  #### Backend\n  * Changed the response to a **/clicked** request  \n    * Previously the JSON response would be\n    ```json\n    {\n      \"fieldCount\":0,\n      \"affectedRows\":1,\n      \"insertId\":0,\n      \"serverStatus\":2,\n      \"warningCount\":0,\n      \"message\":\"\",\n      \"protocol41\":true,\n      \"changedRows\":0\n    }\n    ```\n    however, it's now been changed to:\n    ```json\n    {\n      \"clicks\": 1\n    }\n    ```\n\n  #### Other\n  * Modified some things in README\n\n  ### Beta 0.1 (21/06/2023)\n  String: Version 0.1-20230621\n  #### Frontend\n  - Design released\n  #### Backend\n  - APIS\n    - `/clicks` - Get the number of clicks (GET)\n\u003c/details\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalvinpython%2Fglobalclicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgalvinpython%2Fglobalclicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalvinpython%2Fglobalclicker/lists"}