dundermifflin

Node module for getting quotes from The Office (US)

Usage no npm install needed!

<script type="module">
  import dundermifflin from 'https://cdn.skypack.dev/dundermifflin';
</script>

README

dundermifflin

NPM
Module for getting quotes from The Office (US)

npm install dundermifflin

Usage

const dm = require('dundermifflin');
console.log(dm());
// Random quote

console.log(dm.michael());
// Michael quote

Supported operations

dm();
dm.michael()
dm.pam();   
dm.jim();   
dm.dwight();   
dm.angela();   
dm.andy();   
dm.kelly();   
dm.kevin();   
dm.ryan();   
dm.stanley();   
dm.phyllis();   
dm.creed();   
dm.oscar();   
dm.meredith();   
dm.toby();   
dm.erin();   
dm.darryl();   
dm.jan();   
dm.karen();   
dm.nellie();   
dm.robert();   
dm.gabe();   
dm.holly();     
dm.deangelo();    
dm.bob();     
dm.todd();  
dm.david();  
dm.nate();  

CLI Usage

npm install -g dundermifflin  

# Random quote
dm 

# Quote by character
dm michael
dm pam

# Help
dm --help
dm -h

License

MIT