1.0.2 • Published 2 years ago

greetingstouser v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago