yumcha

1.0.8 • Public • Published


Yumcha ☕️ 💻

One useless website at a time

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*
        

Readme

Keywords

none

Package Sidebar

Install

npm i yumcha

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

5.81 kB

Total Files

9

Last publish

Collaborators

  • kritiketan