/pdq-vue

A VueJS based home dashboard client.

Primary LanguageVue

pdq-vue

A home info dashboard for 1920 x 1080 screens.

  • NextBus Schedules
  • Weather Forecast with Skycons
  • World Clock with dual-time

Todo List

  • Prevent loading NaN screen, hide until we have data
  • A night vision mode that will turn the background black and use red for all text and icon displays
  • Scheduled rotating background images
  • Stock Index / Bitcoin price module
  • Grid Calendar Module - a subtle grid of all the days of the year with the current day highlighted
  • A configuration panel for customization without changing code

image

A setup that shows bus times, weather, and world clock for Pacific time and Korea time.

Project setup

This client requires pdq-api to be running: https://github.com/intrinsicbits/pdq-api

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.