0.0.1 • Published 6 years ago

@monzy/wordomizer v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Wordomizer

npm Travis npm npm npm npm

  1. What is Wordmizer?
  2. Install
  3. Documentation
  4. Contribute

What is Wordmizer?

If you need random word(s) or any word(s) from given array with words, wordomizer is here to help you.

Installation

Save it locally to your project npm install @monzy/wordomizer --save Save it globally npm install @monzy/wordomizer -g

  • npm

    var w = require('@monzy/wordomizer');
  • script

    Add it to your html file:

    <script src="path-to-library/wordomizer.(min).(version).js"></script>

Documentation


Check how to use it here.

Contribute

Bug reports and pull requests are welcome on Github. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.