https://github.com/thomasbnt/randomize_letter
It's just a randomizer of letter.
https://github.com/thomasbnt/randomize_letter
javascript offline pwa random service-worker
Last synced: about 2 months ago
JSON representation
It's just a randomizer of letter.
- Host: GitHub
- URL: https://github.com/thomasbnt/randomize_letter
- Owner: thomasbnt
- License: gpl-3.0
- Created: 2019-08-28T16:37:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T18:16:05.000Z (about 5 years ago)
- Last Synced: 2024-10-18T20:43:37.041Z (7 months ago)
- Topics: javascript, offline, pwa, random, service-worker
- Language: JavaScript
- Homepage: https://thomasbnt.github.io/Randomize_letter/
- Size: 234 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://thomasbnt.fr/discord)
[](https://www.buymeacoffee.com/thomasbnt)
[](https://twitter.com/Thomasbnt_)## I Integrations
> It's just a randomizer of letters.
```javascript
function Load() {
let l = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
const out = l.charAt(Math.floor(Math.random() * l.length)) // Randomize !
document.getElementById('random').textContent = out // Get ID 'random' for edit the text context
document.title = out // Edit the title of page
}
```**Randomize_letter** is a simple script with PWA ([Manifest](manifest.json) and [init.js for install SW](assets/js/init.js)) and [Service Worker](sw.js).
## II Contributions
Contributions are always welcome! Read the rules for contributions before you can participate.
Please ensure that your pull request complies with the following guidelines:
- Alphabetize your entry.
- Look for previous suggestions before making a new one, as yours can be a duplicate.
- The suggested README files should be beautiful or stand out in some way.
- Make an individual sweater request request for each suggestion.
- New categories or improvements to the existing categorization are welcome.
- Keep descriptions short and simple, but descriptive.
- Start the description with a capital city and end with a stop / complete period.
- Check your spelling and grammar.
- Make sure that your text editor is configured to delete end spaces.Thank you for your suggestions!
- 📣 News : Follow me on [Twitter](https://twitter.com/Thomasbnt_)
- 📕 Under [GNU GPL v3.0](LICENSE)
- 🔗 Visit my [Website](https://thomasbnt.fr)