We are doing tests from the API to see how data flows.
Welcome to the Indra Artificial Intelligence System
Currently we are running tests to see how our API workflow metrics are running. From here we will grab a timestamp of the entry and compare it to the return response to gauge timeline impact.
Let's include a little code:
const name = 'Your Name';
console.log(name);
Of course this is just simple formatting it's just basic code to test the features. Now let's add some tags.
The steem is going to use the name of the bot as it's first tag always for reference then we are going to assign the ones after that. Steemit allows 5 tags so we are going to add more than 5 but for the insert only extract the first 5 in the string.