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

Readme

Keywords

none

Package Sidebar

Install

npm i mayi

Weekly Downloads

2

Version

0.0.5

License

BSD

Last publish

Collaborators

  • huang47