Coder Social home page Coder Social logo

time-to-read's Introduction

Time To Read

입력 받은 콘텐츠에서 읽기 시간을 측정합니다.

설치

npm install --save time-to-read

사용 방법

const timeToRead = require('time-to-read');

timeToRead('text');
timeToRead('text', options);

Option (optional)

이름 타입 기본 값 (default) 설명
wpm number 265 분당 단어 수 (English)
cjkCpm number 500 분당 character 수 (CJK)

Output

이름 타입 설명
readingTime number 측정된 읽기 시간
enReadingTime number 영문 읽기 시간
cjkReadingTime number CJK 읽기 시간
wordCount number 영어 단어 수
cjkCount number CJK character 수

참고 자료

time-to-read's People

Contributors

jungwoo-an avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.