0.0.5 • Published 10 years ago

ember-cli-reading-time v0.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

Ember-cli-reading-time

Build Status

This is a wip implementation for the nice reading-time (Michael Lynch) plugin to display estimated reading time a piece of text.

Installation

Run

  • npm install --save-dev 'ember-cli-reading-time'
  • ember generate ember-cli-reading-time

Add in your handlebar template

<article>
{{reading-time textTarget='article'}}
</article>

Options

Contributing

As this is a wip, please post new issues, feature request or even make pull requests

Running Tests

  • ember test
  • ember test --server