1.0.0 • Published 10 years ago

smartmessage v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

smartmessage

A simple sample to ouput message based on mood using Dynamic prototype Pattern and constructor/Prototype Pattern to create.

How to install

npm install smartmessage

Examples:

node test.js

Using the combination of constructor/Prototype pattern

Son,This is amazing!!! Man,I cannot stand this!! Karen,This is wonderful!!!

Using the Dynamic Prototype pattern

Son,This is amazing!!! Man,I cannot stand this!! Karen,This is wonderful!!!