Skip to content

gusalbukrk/fullfiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

282 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note about project structure: this repository is a monorepo, its packages are organized under the packages/ directory.

fullfiller

Generate subject-specific filler text in dozens of languages using the Wikipedia API.

Web app

Try it out online at https://fullfiller.gusalbukrk.com/.

API

Examples:

CLI

  1. npm install -g fullfiller-cli
  2. fullfiller --help: get help
  3. fullfiller 'harry potter' -l es -u 'paragraphs' -q 5 -f 'html': generate 5 paragraphs of filler text about "harry potter" in Spanish, formatted as HTML.

JavaScript library

  1. npm i fullfiller
  2. Import the library and use it in your code:
import fullfiller from 'fullfiller';

const text = await fullfiller('harry potter', {
  unit: 'paragraphs',
  quantity: 3,
  format: 'html',
});

console.log(text);

About

Generate subject-specific filler text in dozens of languages using the Wikipedia API.

Topics

Resources

License

Stars

Watchers

Forks

Contributors