{"id":15462566,"url":"https://github.com/thomasbnt/randomize_number","last_synced_at":"2025-07-03T15:08:18.226Z","repository":{"id":95416328,"uuid":"200730750","full_name":"thomasbnt/Randomize_number","owner":"thomasbnt","description":"It's just a randomizer of number.","archived":false,"fork":false,"pushed_at":"2019-10-04T23:03:46.000Z","size":238,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-18T20:45:04.162Z","etag":null,"topics":["javascript","offline","pwa","random","service-worker"],"latest_commit_sha":null,"homepage":"https://thomasbnt.github.io/Randomize_number/","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/thomasbnt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"patreon":"thomasbnt"}},"created_at":"2019-08-05T21:23:04.000Z","updated_at":"2023-02-21T01:26:19.000Z","dependencies_parsed_at":"2023-03-12T06:01:34.762Z","dependency_job_id":null,"html_url":"https://github.com/thomasbnt/Randomize_number","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"0cf562339c331db68626f52602ee7f3d868b2506"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasbnt%2FRandomize_number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasbnt%2FRandomize_number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasbnt%2FRandomize_number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasbnt%2FRandomize_number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasbnt","download_url":"https://codeload.github.com/thomasbnt/Randomize_number/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246014734,"owners_count":20709866,"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":["javascript","offline","pwa","random","service-worker"],"created_at":"2024-10-02T00:02:22.639Z","updated_at":"2025-03-28T10:44:05.301Z","avatar_url":"https://github.com/thomasbnt.png","language":"JavaScript","readme":"[![Patreon support](https://img.shields.io/endpoint.svg?url=https://shieldsio-patreon.herokuapp.com/thomasbnt\u0026style=flat-square)](https://www.patreon.com/thomasbnt)\n[![Follow me on Twitter](https://flat.badgen.net/badge/Follow%20Me/@Hyprimort/33A1F2?icon=twitter)](https://twitter.com/Hyprimort)\n[![GNU GPL v3.0](https://flat.badgen.net/github/license/thomasbnt/Randomize_number)](LICENSE)\n\n## I Integrations\n\n\u003e It's just a randomizer of numbers.\n\n```javascript\nfunction Load(min, max) {\n    min = Math.ceil(min)\n    max = Math.floor(max)\n    const out = Math.floor(Math.random() * (max - min + 1)) + min // Randomize !\n    document.getElementById('random').textContent = out // Get ID 'random' for edit the text context\n    document.title = out // Edit the title of page\n}\n```\n\u003cimg src=\"assets/img/manifest/192x192.png\" alt=\"Logo\" align=\"right\" /\u003e\n\n**Randomize_number** is a simple script with PWA ([Manifest](manifest.json) and [init.js for install SW](assets/js/init.js)) and [Service Worker](sw.js).\n\n## II Contributions\n\nContributions are always welcome! Read the rules for contributions before you can participate.\n\nPlease ensure that your pull request complies with the following guidelines:\n\n- Alphabetize your entry.\n- Look for previous suggestions before making a new one, as yours can be a duplicate.\n- The suggested README files should be beautiful or stand out in some way.\n- Make an individual sweater request request for each suggestion.\n- New categories or improvements to the existing categorization are welcome.\n- Keep descriptions short and simple, but descriptive.\n- Start the description with a capital city and end with a stop / complete period.\n- Check your spelling and grammar.\n- Make sure that your text editor is configured to delete end spaces.\n\nThank you for your suggestions!\n\n- 📣  News : Follow me on [Twitter](https://twitter.com/Hyprimort)\n- 📕  Under [GNU GPL v3.0](LICENSE)\n- 🔗  Visit my [Website](https://thomasbnt.fr)\n","funding_links":["https://patreon.com/thomasbnt","https://www.patreon.com/thomasbnt"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasbnt%2Frandomize_number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasbnt%2Frandomize_number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasbnt%2Frandomize_number/lists"}