thought-horoscope

This is a Horoscope Telling Tool Developed using NodeJS CLI(Command Line Interface) technologies. How about a ⭐️?

MIT License

Downloads
10
Stars
2
Committers
2

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!

Package Rankings
Top 23.12% on Npmjs.org