thought-horoscope
v1.1.5
Published
thought-horoscope is a cli tool to know your Horoscope for Today, Month, Week or Year.
Downloads
8
Readme
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!