An open API service indexing awesome lists of open source software.

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.

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
![console-warning](https://docs.google.com/uc?id=1r7CHAeVxcUw_iFuCWHiGS80CCJR99WY_)