Skip to content

sh-oo-bi/randnum

Repository files navigation

randnum

A simple web app developed using warp (a web framework in Rust) for generating random numbers.

Running the server by writing the following command in your terminal

> cargo run

open your browser and type the following link in your address bar

http://172.0.0.1:1337/randnum

you can also choose the range of generated numbers by adding parameters in the URL

http://172.0.0.1:1337/randnum?start=200&end=500

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages