0.2.4 • Published 3 years ago

@rooster-chicken/beemovie v0.2.4

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

beemovie v0.2.4

Bee Movie module written in typescript

Installation

npm

npm install @rooster-chicken/beemovie --save

yarn

yarn add @rooster-chicken/beemovie

Building

npm run build

Usage

JavaScript

beeMovie()

const beemovie = require("@rooster-chicken/beemovie");
// Prints out 1 sentence
console.log(beemovie.beeMovie(1));
// Prints out 2 sentences
console.log(beemovie.beeMovie(2));

beeMovieScript()

const beemovie = require("@rooster-chicken/beemovie");
// Prints out the entire Bee Movie Script
console.log(beemovie.beeMovieScript());

beeMovieWord()

const beemovie = require("@rooster-chicken/beemovie");
// Prints out a word from the Bee Movie
console.log(beeMovieWord(1));

beeMovieParagraph()

const beemovie = require("@rooster-chicken/beemovie");
// Prints out a 3-5 sentence paragraph
console.log(beemovie.beeMovieParagraph());
// Prints out 2 3-5 sentence paragraphs
console.log(beemovie.beeMovieParagraph(2));

TypeScript

beeMovie()

import { beeMovie } from "@rooster-chicken/beemovie";
// Prints out 1 sentence
console.log(beeMovie(1));
// Prints out 2 sentences
console.log(beeMovie(2));

beeMovieScript()

import {  beeMovieScript } from "@rooster-chicken/beemovie";
// Prints out the entire Bee Movie Script
console.log(beeMovieScript());

beeMovieWord()

import { beeMovieWord } from "@rooster-chicken/beemovie";
// Prints out a word from the Bee Movie
console.log(beeMovieWord(1));

beeMovieParagraph()

import { beeMovieParagraph } from "@rooster-chicken/beemovie"
// Prints out a 3-5 sentence paragraph
console.log(beeMovieParagraph());
// Prints out 2 3-5 sentence paragraphs
console.log(beeMovieParagraph(2));
0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3-3

3 years ago

0.1.3-2

3 years ago

0.1.3-1

3 years ago

0.1.3

3 years ago

0.1.2-1

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.1

3 years ago