Skip to content

Latest commit

 

History

History

operator-app

CMNM - Operator App

🌐 The operator app can be used to query geopgraphic locations and view the results in detail.

Technologies

The Operator App is a Next.js web application, which is one part of the Crowdsourced Mobile Network Metrics project.

User interface

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.

operator-app

Setup

  1. Clone the main repository and navigate to /packages/operator-app folder
  2. Install dependencies
    npm i
  3. In the same folder, create a .env.local file and add your Mapbox API key like below
    NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN=your-mapbox-token
  4. Start your local development server
    npm run dev
  5. Visit localhost:3000 to view your application