Skip to content

This is module that help your show warning message on browser console.

License

Notifications You must be signed in to change notification settings

inwdragon/console-warning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Warning

This is module that help your show warning message on browser console.

Translations

TH - Thailand
EN - United States

Installation

git clone https://github.com/inwdragon/console-warning.git

Or

bower install console-warning

Basic usage

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kanit:200" />
<script src="console-warning.js"></script>

<scrip>consoleWarning.log();</script>

*** note: Default setting is thai language.

Advanced usage

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kanit:200" />
<script src="console-warning.js"></script>

<scrip>
    consoleWarning.log({
        locale: "en",
        siteName: "inwdragon"
    });
</script>

Screenshot

console-warning