1.0.4 • Published 2 years ago

himalay-shankar v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

This is the package to get details of Himalay Shankar.

Guide to get my Details

  • Use this code in your project

Steps to Follow:

  • Create a New folder and open the folder in the VS code editor. Follow below steps
      npm init
      npm i himalay-node

Now create a index.js file in the same directory where your package.json file has been created and copy the below code

const Himalay = require("himalay-shankar"); // import the installed package

Himalay()
.then((res) => {
    // If the function successfully retrieves the data, it will console the details
    console.log(res); // Print the details of himalay
})
.catch((err) => {
    console.log(err); // Error handler
});

Now save the file. Open the terminal And run command

node index.js

You are good to go .... See my info now. Just for fun !!

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago