Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

spache

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spache

List of simple American-English words: The Revised Spache (1974)

Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
3.5K
19.59%
Maintainers
1
Weekly downloads
 
Created
Source

spache Build Status Coverage Status

List of easy American-English words: The Revised Spache (1974).

Read more on the matter in Perera, Katherine. Linguistic Difficulty in Reading Material (Linguistics and the Teacher. Vol. 112).

Installation

npm:

$ npm install spache

Component:

$ component install wooorm/spache

Bower:

$ bower install spache

Usage

var spache = require('spache');

spache.is('train'); // true
spache.is('unicorn'); // false

spache.add('unicorn');
spache.is('unicorn'); // true

spache.remove('unicorn');
spache.is('unicorn'); // false

API

See the datalist-interface API.

Supported words

See Support.md.

  • dale-chall — Another list of familiar words;
  • spache-formula — Formula to detect the reading level, using this list.

License

MIT © Titus Wormer

Keywords

spache

FAQs

Package last updated on 18 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts