aizryu.js
v2.0.5
Published
A Node.js tool for automating Facebook post sharing.
Downloads
4
Readme
Install
If you just want to use aizryu.js, you should use this command:
npm install aizryu.js
It will download aizryu.js
from NPM repositories
Bleeding edge
If you want to use bleeding edge (directly from github) to test new features or submit bug report, this is the command for you:
npm install aizryu.js
Example Usage
const share = require("aizryu.js");
// Declare variable share
const share = require('aizryu.js');
// It will automatically create style.json and web
share.onStart()