steemscript

1.1.1 • Public • Published

steemscript

An open JSON standard for Steem based apps.

Account json_metadata

  • name: max. length 20 chars.
  • about: max. length 160 chars.
  • location: max. length 30 chars.
  • website: valid https:// URL with max. length 100 chars.
  • profile_image: avatar image URL, preferably square-cropped with a minimum size of 230 x 230 pixels.
  • cover_image: cover image URL.
{
  "profile": {
    "name": "Ned Scott",
    "about": "CEO and co-founder at Steemit",
    "location": "New York",
    "website": "https://steem.io/",
    "profile_image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTgUknIiTNArR2xcz4XCyIMDRdmjAJV3JdJb0VspRuVfyYwbjb7",
    "cover_image": "https://steemit.com/images/steemit.png"
  }
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i steemscript

      Weekly Downloads

      8

      Version

      1.1.1

      License

      MIT

      Unpacked Size

      4.73 kB

      Total Files

      3

      Last publish

      Collaborators

      • adcpm