Sha256: 7851f53ddb87e6fc8484b26b954bf5589c038be00c738e37214cacbc231ba3af
Contents?: true
Size: 572 Bytes
Versions: 5
Compression:
Stored size: 572 Bytes
Contents
# ReadTime Find out read time of your content in hh:mm:ss format. ## Installation Add this line to your application's Gemfile: ```ruby gem 'read_time' ``` And then execute: $ bundle Or install it yourself as: $ gem install read_time ## Usage To use the gem; add `require 'read_time'` to your script file and call `time_to_read` on string. Example: `some_string.time_to_read` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/kaanklky/read_time. ## License [MIT License](http://opensource.org/licenses/MIT).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
read_time-1.1.2 | README.md |
read_time-1.1.1 | README.md |
read_time-1.1.0 | README.md |
read_time-1.0.6 | README.md |
read_time-1.0.5 | README.md |