New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

moretext

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moretext

Get dummy Chinese text (lorem ipsum) with Handlino serivce.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

node-moretext

Get dummy Chinese text (lorem ipsum) with Handlino serivce.

Usage

Command-line tool:

$ moretext
$ moretext -n 11 --limit 29

Use as a library:

var moretext = require('moretext');

moretext(function (err, text) {
  if (err) { throw err; }
  // do something with the text...
});

moretext({n:13, limit:[23, 29]}, function (err, lines) {
  // lines is an array of 13 strings, each between 23 and 29 characaters
});

Stream interface:

moretext({n:43, limit: 7}).pipe(process.stdout);

See http://more.handlino.com/api for the Handlino API.

License

MIT License

Keywords

test

FAQs

Package last updated on 05 Apr 2015

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