Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.14 KB

Arctiq Weather App

Simple Node.js Command Line Weather Application

This repo was used to build an app and promote across different OpenShift clusters in this demo and in this demo

Usage

This repo is separated by branches:

$ git branch -a
* master
  remotes/origin/HEAD -> origin/master
  remotes/origin/dynamic
  remotes/origin/master
  remotes/origin/static

Static branch

The OG weather app:

OpenShift sample usage:

$ oc new-app https:/github.com/arctiqteam/weather-app#static

Image of static weather app

Dynamic branch

The new slick weather app with dynamic background images and maps

Image of dynamic weather app

Offline branch

This is for using in airgapped environments. The weather app is not really functional with this.

Have an idea for another branch? Submit a PR!