Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)