🌐 The operator app can be used to query geopgraphic locations and view the results in detail.
The Operator App is a Next.js web application, which is one part of the Crowdsourced Mobile Network Metrics project.
This web app provides a user interface that allows communication with the cloud functions in the project's backend service in order to make queries and visualise data from all the past queries. The raw data is visualised on charts, tables and maps as well.
- Clone the main repository and navigate to
/packages/operator-app
folder - Install dependencies
npm i
- In the same folder, create a
.env.local
file and add your Mapbox API key like belowNEXT_PUBLIC_MAPBOX_ACCESS_TOKEN=your-mapbox-token
- Start your local development server
npm run dev
- Visit localhost:3000 to view your application