1.0.8 • Published 3 years ago

yumcha v1.0.8

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

The following module was developed as part of this tutorial blog. Each call to the module responds with one useless website for you to browse.

Installation Instructions

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 10 or higher is required.

Installation is done using the npm install command

$ npm install yumcha

API

Example:

const yumcha = require('yumcha')

console.log(yumcha.sip())
// https://trypap.com/

Command Line

Example:

$ yumcha
// https://trypap.com/

Story

Yumcha is a chinese tradition involving tea and snacks (usually dimsum). The western world equivalent of a coffee break. When life was not just a bridge from one lockdown to another, I for one used to enjoy coffee breaks with colleagues a LOT. Those breaks now involve, browsing through deep recesses of the internet which in most cases are useless. So here are some of the most useless websites for your coffee (Productivity) breaks

Suggested folder structure

The folder structure and functionality of the package has been kept to a minimum for a quick start up. A better folder structure would be as follows:

Yumcha
    +bin
        - yumcha-bin.js
    +src
        - index.js
        - util.js
        - *any other files to extend the functionality*
        + data
            - site-list.js
            - *Other DB/API connections*
        
1.0.2

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago