1.0.2 • Published 5 years ago

sh4r3r v1.0.2

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

Usage

const sharer = require('sh4r3r')

let input = {
  text: 'this is my first package.',
  url: 'https://btnerylmz.me',
  hashtags: ['Node.js', 'JavaScript', 'npm']
}

console.log(sharer(input, 'twitter'))
// Returns: http://twitter.com/share?text=this%20is%20my%20first%20package.&url=https://btnerylmz.me&hashtags=Node.js,JavaScript,npm