mirror of
https://gitlab.com/octospacc/BeeWarehouse.git
synced 2025-06-05 21:59:35 +02:00
Test new features for variables
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
const BeeWarehouse = require('../../BeeWarehouse.js');
|
||||
|
||||
let Arguments = { "Source": "profile.php?id=100043901540898" };
|
||||
let FbLikebox = BeeWarehouse.LoadBeesFile('./FbLikebox.xml').FbLikebox;
|
||||
let FbLikebox = BeeWarehouse.LoadBeesFile(`${__dirname}/FbLikebox.xml`).FbLikebox;
|
||||
|
||||
let Profile = ExampleCom.Functions.GetProfileInfo(Arguments);
|
||||
let Profile = FbLikebox.Functions.GetProfileInfo(Arguments);
|
||||
console.log(Profile);
|
||||
|
||||
let Posts = ExampleCom.Functions.GetLatestPosts(Arguments);
|
||||
let Posts = FbLikebox.Functions.GetLatestPosts(Arguments);
|
||||
console.log(Posts);
|
||||
|
Reference in New Issue
Block a user