Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`)