Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.46 KB

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