Extract Meta Data from program
This example machine is part of machinepack-boilerplate, used to introduce everyone to machines.
var Mlang = require('machinepack-mlang');
// Extract Meta Data from program
Mlang.meta({
program: {},
}).exec({
// An unexpected error occurred.
error: function (err) {
},
// OK.
success: function (result) {
},
});
The name of the person that will be sent the hello message.
{}
An unexpected error occurred.
OK.
{
dependencies: [ 'GitHub', 'Arrays' ],
methods: [ 'Github.listRepos', 'Arrays.length' ],
variables: { username: 'Glavin001' }
}