Skip to content

dhiogoboza/random-numbers-workers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Numbers Workers

Generate random numbers with javascript workers.

Running

This site is only client side, then only any simple http server is necessary to run it. You can use python3 for example, just type in source folder:

python3 -m http.server

After run open in your browser http://0.0.0.0:8000/.

It also possible change some options sending get variables lang and variable.

  • lang: Translate page contents to target language. Possible values: [ptBR].
  • variable: Used to change data title in according with variable value.

Screenshots

Variable Y screenshot

About

This site was developed to an activity for the course Tópicos Especiais em Computação VIII from UFRN in 2020.1.

License

MIT License. See LICENSE.

Releases

No releases published

Packages

No packages published