Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 1.59 KB

README.md

File metadata and controls

64 lines (38 loc) · 1.59 KB

messenger-user-profile

build status code coverage code style styled with prettier made with lass license

messenger-core plugin to that loads the sending user's Messenger Profile

Table of Contents

Install

npm:

npm install messenger-user-profile

yarn:

yarn add messenger-user-profile

Usage

const MessengerUserProfile = require('messenger-user-profile');

const messengerUserProfile = new MessengerUserProfile();

console.log(messengerUserProfile.renderName());
// script

Contributors

Name Website
Andreas Pizsa https://github.com/AndreasPizsa

License

MIT © Andreas Pizsa