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

https://github.com/osdevisnot/vanillajs

high quality, evergreen vanilla javascript utilities.
https://github.com/osdevisnot/vanillajs

Last synced: about 1 year ago
JSON representation

high quality, evergreen vanilla javascript utilities.

Awesome Lists containing this project

README

          

# vanillajs

tiny, evergreen, vanilla js utilities

[![Build Status](https://travis-ci.org/osdevisnot/vanillajs.svg?branch=master)](https://travis-ci.org/osdevisnot/vanillajs)
[![Coverage Status](https://coveralls.io/repos/github/osdevisnot/vanillajs/badge.svg?branch=master)](https://coveralls.io/github/osdevisnot/vanillajs?branch=master)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## packages overview

| Package | NPM Version | Size | Description |
| -------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| [@vanillajs/emitter](packages/emitter) | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/emitter.svg) | [![The Brotli size of @vanillajs/emitter](http://img.badgesize.io/https://unpkg.com/@vanillajs/emitter?compression=brotli&label=Brotli%20Size)](https://unpkg.com/@vanillajs/emitter) | a tiny, vanillajs event emitter. |
| [@vanillajs/fetch](packages/fetch) | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/fetch.svg) | [![The Brotli size of @vanillajs/fetch](http://img.badgesize.io/https://unpkg.com/@vanillajs/fetch?compression=brotli&label=Brotli%20Size)](https://unpkg.com/@vanillajs/fetch) | a tiny, vanillajs fetch wrapper. |
| [@vanillajs/hash](packages/hash) | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/hash.svg) | [![The Brotli size of @vanillajs/hash](http://img.badgesize.io/https://unpkg.com/@vanillajs/hash?compression=brotli&label=Brotli%20Size)](https://unpkg.com/@vanillajs/hash) | a tiny, vanillajs string hash. |
| [@vanillajs/object](packages/object) | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/object.svg) | [![The Brotli size of @vanillajs/object](http://img.badgesize.io/https://unpkg.com/@vanillajs/object?compression=brotli&label=Brotli%20Size)](https://unpkg.com/@vanillajs/object) | tiny, vanillajs object utilities. |
| [@vanillajs/router](packages/router) | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/router.svg) | [![The Brotli size of @vanillajs/router](http://img.badgesize.io/https://unpkg.com/@vanillajs/router?compression=brotli&label=Brotli%20Size)](https://unpkg.com/@vanillajs/router) | a tiny, vanilla JS URL Router. |
| [@vanillajs/store](packages/store) | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/store.svg) | [![The Brotli size of @vanillajs/store](http://img.badgesize.io/https://unpkg.com/@vanillajs/store?compression=brotli&label=Brotli%20Size)](https://unpkg.com/@vanillajs/store) | a tiny, vanilla JS State Container. |

## License

**@vanillajs** is licensed under the [MIT License](http://opensource.org/licenses/MIT).

Documentation is licensed under [Creative Common License](http://creativecommons.org/licenses/by/4.0/).

Created with ♥ by [@osdevisnot](https://github.com/osdevisnot) and [all contributors](https://github.com/osdevisnot/vanillajs/graphs/contributors).