#Bugsnag Error Widget for Dashing.io
Dashing Widget for displaying Bugsnag errors count. Supports any number of bugsnag projects and error configurations.
##Usage
To use this widget you have two options:
import uvicorn | |
from contextlib import asynccontextmanager | |
from fastapi import FastAPI | |
from fastapi.responses import StreamingResponse | |
from typing import AsyncGenerator | |
from llama_index.llms import LlamaCPP | |
from llama_index.llms.llama_utils import messages_to_prompt, completion_to_prompt | |
llms = {} |
#Google Play Reviews Widget for Dashing.io
Dashing Widget for displaying Google Play Reviews of Android apps. Supports any number of apps, and any number of reviews per app. It shows fancy stars and its background color changes depending on the app's rating.
Don't miss the related Google Play Rating Widget for Dashing!
Attribution: Based on Android Google Play Dashing Widget.Thanks for your work x2on!
#Google Play Rating Widget for Dashing.io
Dashing Widget for displaying current Google Play Ratings of Android apps. Supports any number of apps. It shows fancy stars and its background color changes depending on the app's rating.
Don't miss the related Google Play Reviews Widget for Dashing!
Attribution: Based on Android Google Play Dashing Widget.Thanks for your work x2on!