-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Greetings #2402
Copy link
Copy link
Open
Labels
c: featureRequest for new featureRequest for new featurep: 1-normalNothing urgentNothing urgents: waiting for user interestWaiting for more users interested in this featureWaiting for more users interested in this feature
Milestone
Metadata
Metadata
Assignees
Labels
c: featureRequest for new featureRequest for new featurep: 1-normalNothing urgentNothing urgents: waiting for user interestWaiting for more users interested in this featureWaiting for more users interested in this feature
Clear and concise description of the problem
Sometimes, there is the need to generate random greetings, but faker-js does not currently have one
Suggested solution
adding an API for generating random greetings, based on the following:
morning,afternoon,evening,neutral)morning,afternoon,evening,neutral)Note;
neutralis for neutral greetings (greetings that can be used at any time of the day like "Hello", "Hi", etc.)name, for which the greeting would be generated (e.g. Hello {{name}}, Hi {{name}}, etc.)Alternative
No response
Additional context
No response