JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q47970F
  • License ISC

Meow.js - A library to *meow*

Package Exports

  • meow.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (meow.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Meow.js

Meow.js - A library to *meow*

NPM

Usage

Require as module
var meow = require('meow');
Use in browser
<!-- Source -->
<script type="text/javascript" src="./src/meow.js"></script>
<!-- Minified -->
<script type="text/javascript" src="./dist/meow.js"></script>
Basic usage
meow(); // meow
So meowish
meow.ohMy(); // oh meow
meow.kittyCat(); // ?
Meow in other languages (single callback option)

It's translated to 54 languages (v 1.0.2)

meow.ablanian();
meow.arabic();
meow.batak();
meow.bengali();
meow.bulgarian();
meow.catalan();
meow.chinese();
meow.cantonese();
meow.czech();
meow.egyptian();
meow.elvish();
meow.english();
meow.french();
meow.german();
meow.hebrew();
meow.icelandic();
meow.indonesian();
meow.latgalian();
meow.lithuanian();
meow.macedonian();
meow.malayalam();
meow.mandarin();
meow.norwegian();
meow.persian();
meow.polish();
meow.portugese();
meow.romanian();
meow.russian();
meow.sinhalese();
meow.slovene();
meow.spanish();
meow.tamil();
meow.telugu();
meow.thai();
meow.turkish();
meow.ukrainian();
meow.urdu();
meow.us();
meow.uk();
meow.vietnamese();
meow.volapuk();
Meow in other languages (multiple callback options)

Every call, it returns random variant

meow.danish();
meow.dutch();
meow.estonian();
meow.finnish();
meow.greek();
meow.hindi();
meow.hungarian();
meow.italian();
meow.japanese();
meow.korean();
meow.latvian();
meow.swedish();
meow.tagalog();

Development

First you should install dependencies

npm install
npm install gulp -g

Do your magic ;) (add features, fix bugs, etc) All the meow code is in the src folder, dist folder contains minified version of the src.

Run default gulp task for minfication.

gulp

License

ISC