From 8455c55b8bc47059725ad7b972607faf14393d55 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 15 Jun 2026 15:50:38 -0500 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a717ee7..937b715 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Mapbox World Map +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDomoApps%2Fmapbox-tutorial.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDomoApps%2Fmapbox-tutorial?ref=badge_shield) + A Domo Custom App that renders a world map with [Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js/guides/), powered by a Domo dataset. Points are sized and colored by city population; the underlying dataset is wired through `manifest.json` mapping and served to the app via the dev-server proxy. @@ -65,3 +67,7 @@ See the [tutorial](https://domo.com/docs/portal/Apps/App-Framework/Tutorials/Rea | `pnpm generate` | Scaffold new components / reducers with `da generate` | | `pnpm test` | Run Vitest | | `pnpm storybook` | Launch Storybook | + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDomoApps%2Fmapbox-tutorial.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FDomoApps%2Fmapbox-tutorial?ref=badge_large) \ No newline at end of file