thought-horoscope

1.1.5 • Public • Published

thought-horoscope

thought-horoscope is a tool to know your Horoscope for Today, Month, Week or Year. The tool works on node-cli(Command Line Interface).

Download and Use

thought-horoscope is available as a public npm to download and use.

Pre-requisite

  • Node version >= 8.0

To Download

 npm i thought-horoscope

To use

To use thought-horoscope tool,

  • First import it in your js file with a require statement:
const horoscope = require('thought-horoscope');
  • Once imported, you can use it to call from anywhere:
 const test = () => {
   horoscope();
 };
 
 test();

Run from Source

  • npm install
  • npm run app

Test it

  • npm run test

See it in action

Blog

Read about this from here, A step by step guide to your first CLI(Command Line Interface) app using Node.js

Liked what I do? Thank You Very Much!

Buy Me A Coffee

/thought-horoscope/

    Package Sidebar

    Install

    npm i thought-horoscope

    Weekly Downloads

    0

    Version

    1.1.5

    License

    MIT

    Unpacked Size

    486 kB

    Total Files

    12

    Last publish

    Collaborators

    • atapas