Skip to content

This is a dashboard hosted on Vercel to monitor and control the web scraper that collects data about the BC Ferries popular crossing capacity (percent capacity available over time)

Notifications You must be signed in to change notification settings

dericf/ferry-data-dashboard

Repository files navigation

Ferry Data Dashboard

Link to Live Site

Run locally for development

  1. Clone the repository
  2. Create a .env.local file and add the following env vars
STAGING_HASURA_GRAPHQL_ADMIN_SECRET
HASURA_GRAPHQL_ADMIN_SECRET
NEXT_PUBLIC_API_SERVER_URL
DASHBOARD_PASSWORD
DEMO_DASHBOARD_PASSWORD
GRAPHQL_ENDPOINT
ENVIRONMENT=dev
  1. run npm install
  2. run npm run dev

Screenshots of UI

Login Screen

Login-Screen.png

Main Data Table View

Screen-Shot-2021-02-24-at-2-35-39-PM.png

Web Scraper Bot Control Panel

Screen-Shot-2021-02-24-at-2-35-50-PM.png

Individual Data Point Information

Screen-Shot-2021-02-24-at-2-36-16-PM.png

About

This is a dashboard hosted on Vercel to monitor and control the web scraper that collects data about the BC Ferries popular crossing capacity (percent capacity available over time)

Resources

Stars

Watchers

Forks

Releases

No releases published