Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srj101/greeetingstouser
Good Morning SR Joy
https://github.com/srj101/greeetingstouser
npm-package
Last synced: 11 days ago
JSON representation
Good Morning SR Joy
- Host: GitHub
- URL: https://github.com/srj101/greeetingstouser
- Owner: srj101
- Created: 2022-07-27T09:29:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T12:00:11.000Z (over 2 years ago)
- Last Synced: 2024-12-20T12:19:42.654Z (16 days ago)
- Topics: npm-package
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Show greetings to user by time fast and easy!
# Installation
`npm i greetingstouser --save`
Then...
```
import {GreetingsToUser} from 'greetingstouser'GreetingsToUser(new Date(),{showName:true,name="SR Joy"})
```
## options
GreetingsToUser supports 2 options
- _Date_ - \_date (Javascript Date Object , i.e new Date()) Optional
- \_Options
- _showName_ - `false` | `true` (Default is `true`)
- _Name_ - \_name (String) `Optional` (Default is `SR Joy`)