Skip to content

jussipalanen/rng-names-api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random names generator (Node.js + Express)

How to use

Run the server

node index.js

Try to run the following request URL in the browser or Postman

This returns the random single fullname

http://localhost:5001/name

This returns 10 random names with the count query parameter.

http://localhost:5001/name?count=10

About

This generates the random names with the Restful API call

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published