0.0.1 • Published 8 years ago

hearst-commercial-modules v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

Commercial Modules

Repository for storage and tracking of commercial npm modules. Each module id independently published as an npm package.

Installation

All modules are written in ES6 with strict linting requirements. To install eslint use npm install and ensure your code editor has eslint installed and running.

Modules

  1. Ajax Promise A module for making xhr requests on the front-end, returning an es6 promise.

  2. Mediator A module for implementing a mediator pattern.

  3. Events A module to assist with adding cross-browser event listeners.

  4. Classie A module including helper functions for manipulating / checking the classlist. Based on Desandro Classie, but refactored to fit in with common JS workflow.

  5. Isomorphic-Redis-Fetch A fork of Isomophic-Fetch that stores the results of fetch requests on a redis instance if configuration is supplied.