Skip to content

Jaron-S/stats-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stats-generator

v 1.0.0

This microservice generates any number of sample data points with uniform or normal distribution.

It listens on port 8000, and expects an HTTP POST request to the root directory and returns a json object containing the data.

The body of the POST request should contain the following json:

{
distribution: <string in "normal", "uniform">, 
params: { min: <positive int>, max: <positive int>, [alpha: <float>]}, 
multiplicity: <positive int>
}

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

Once installed, use the command npm start to start the service.

About

v 1.0.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published