Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Last active January 18, 2018 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmiller1990/a2092cb381218eb4ddbedf62eaf11c8d to your computer and use it in GitHub Desktop.
Save lmiller1990/a2092cb381218eb4ddbedf62eaf11c8d to your computer and use it in GitHub Desktop.
import steem from 'steem'
export default {
mounted () {
steem.api.setOptions({ url: 'https://api.steemit.com' })
steem.api.getAccounts(['xenetics'], (err, result) => {
console.log(JSON.parse((result[0].json_metadata)))
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment