UNPKG

weather-in-terminal

Version:

A simple CLI to see the weather while you're in your terminal.

10 lines (9 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Direction { constructor(degrees, orientation) { this.degrees = degrees; this.orientation = orientation; } } exports.Direction = Direction;