https://github.com/inwdragon/console-warning
This is module that help your show warning message on browser console.
https://github.com/inwdragon/console-warning
browser console console-log console-warning javascript log module plugin
Last synced: 4 months ago
JSON representation
This is module that help your show warning message on browser console.
- Host: GitHub
- URL: https://github.com/inwdragon/console-warning
- Owner: inwdragon
- License: mit
- Created: 2018-01-27T07:25:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T19:34:14.000Z (over 8 years ago)
- Last Synced: 2026-01-23T13:40:30.938Z (5 months ago)
- Topics: browser, console, console-log, console-warning, javascript, log, module, plugin
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```html
consoleWarning.log();
```
*** note: Default setting is thai language.
## Advanced usage
```html
consoleWarning.log({
locale: "en",
siteName: "inwdragon"
});
```
## Screenshot
