0.0.2 • Published 7 years ago

mi_angel v0.0.2

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

mi_angel

a noble price console.log() for angel

A small library that adds commas to numbers

Installation

npm install @mflipw/mi_angel

Usage

var angel = require("mi_angel");
angel.noble_price();

Output should be

###############################################################################
#                                                                             #
#                                '._==_==_=_.'                                #
#                                .-\       /-.                                #
#                               | (| noble |) |                               #
#                                '-|: #1   |-'                                #
#                                  \::.    /                                  #
#                                   '::. .'                                   #
#                                     ) (                                     #
#                                 ,__.' '.__,                                 #
#                                 |  Angel  |                                 #
#                                 `"""""""""`                                 #
###############################################################################

Tests

npm test