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

Polymer Component that produces the pronuntiation for the typed word

License

Notifications You must be signed in to change notification settings

adolfov/word-pronunciation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<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!

About

Polymer Component that produces the pronuntiation for the typed word

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published