Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/biu
:rotating_light: An alert replacement
https://github.com/egoist/biu
Last synced: about 1 month ago
JSON representation
:rotating_light: An alert replacement
- Host: GitHub
- URL: https://github.com/egoist/biu
- Owner: egoist
- License: mit
- Created: 2015-06-23T05:47:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T07:30:09.000Z (over 5 years ago)
- Last Synced: 2024-05-09T04:22:37.749Z (9 months ago)
- Language: HTML
- Homepage: http://biu.js.org
- Size: 103 KB
- Stars: 440
- Watchers: 7
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# biu [![NPM version](https://img.shields.io/npm/v/biu.js.svg?style=flat-square)](https://npmjs.com/package/biu.js) [![JS.ORG](https://img.shields.io/badge/js.org-biu-ffb400.svg?style=flat-square)](http://biu.js.org)
An alert replacement (JS + CSS = 3KB)
## Install
```bash
$ npm install biu.js
```## Usage and Demo
Visit [Biu](http://biu.js.org)
## Browser support
IE 9 and above should be supported, and last 2 versions of other modern browsers are supported.
## Directory tree
This `dist` is excluded in git but included in npm package.
```bash
dist
├── biu.css
├── biu.js
├── biu.cjs.js
├── biu.min.js
└── biu.min.js.map
```## Related
[corner-notie](https://github.com/egoist/corner-notie) - A light-weight toastr notifications utility for the web.
## Development
use `npm run build` to build or `npm run dev` to build and watch.
## License
[MIT](/LICENSE)