/contact

simple contact info package

Primary LanguageJavaScript

Use it on browser Live

OR

Install the package

npm i @thedipankarroy/contact

Yes I used scoped package for this one.

It will be a quick installation, then create a .js file with a name you like. Let's say app.js.

Then copy paste this line in the file and save it.

require('@thedipankarroy/contact')

You're done!

Now just open up the terminal and make sure you are in the root of the folder where you installed the package and run

node app

It will print out the contact info like this

Hey, I am Dipankar Roy!

✅ Github: https://github.com/thedipankarroy
✅ Twitter: https://twitter.com/the_dipankarroy
✅ Linkedin: https://www.linkedin.com/in/thedipankarroy
✅ Email: dipankarroy1023@gmail.com

You can also check out the index.js file in the node_module .