mayi

0.0.5 • Public • Published

MOTIVATION

feature detection by scraping caniuse.com

INSTALL

npm i mayi -d

USAGE

var mayi = require('mayi');

mayi.ask('rem', function(r) {
  console.log('support:\n' + r.support.join('\n'));
  console.log('NOT support:\n' + r.notSupport.join('\n'));
});

USAGE

./run

USE AT YOUR OWN RISK

YOU ARE WARNED

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    1
  • 0.0.4
    1
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    2

Package Sidebar

Install

npm i mayi

Weekly Downloads

6

Version

0.0.5

License

BSD

Last publish

Collaborators

  • huang47