Turn your API data into dashboard

Create API endpoint and Toma dashboard will turn your JSON data into beautifull dashboard with several predefined tile types. Control design and content of dashboard with API data. Minimal working API response example:
{
  "title":"Toma dashboard",
  "tiles":[
    {
      "tile":"label",
      "row":1,
      "col":1,
      "row_span":1,
      "col_span":4,
      "text":"app.server.eu"
    }
  ]
}
Get it on Google Play Get it on App store

Examples


About


Toma dashboard is Android and iOS mobile app that turns your data into dashboard. App will issue HTTP GET request to defined API endpoint address and create dashboard tiles from your JSON data response.

Some of the features are:

  • control dashboard content and design with JSON data
  • 3 tile types: label, stack and bar graph
  • portrait and landscape orientation supported
  • API must use HTTPS protocol