0.0.1 • Published 6 years ago

content-reloader v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

content-reloader

npm version Build Status Build status codecov

A Node.js middleware to reload the page or its styles at any time

Installation

Use npm.

npm install --save-dev content-reloader

API

const ContentReloader = require('content-reloader');

contentReloader = new ContentReloader(options)

options: Object

Usage

License

ISC License © 2019 Shinnosuke Watanabe