Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.02 KB

<word-pronunciation>

Polymer Component that produces the pronunciation for the typed word.

This web componen uses a paper-input component to allow the user to input a word and a core-icon-button component to submit the input. It also uses the core-ajax component to call a web service provided by wordnik.com to get the word pronunciation.

Please feel free to improve the component.

Install

  • bower install word-pronunciation

  • or just download word-pronunciation.html

Usage

  1. Import Web Components' polyfill:

    <script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
  2. Import Custom Element:

    <link rel="import" href="components/word-pronunciation.html">
  3. Start using it!

    <word-pronunciation></word-pronunciation>

Options

Attribute Options Default Description

Development

TBD

Contributing

Fork it!