wsocial
v1.0.0
Published
Placeholder project
Readme
wsocial
Bare minimum hello world package that can be published to npm.
Install
npm install wsocialUsage
const helloWorld = require('wsocial');
console.log(helloWorld());Publish
Before publishing, make sure the package name is available on npm and update the author field in package.json.
npm login
npm publish