1.1.5 • Published 4 years ago

thought-horoscope v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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!

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago