Skip to content

dominickolbe/whats-the-weather

Repository files navigation

GitHub Workflow Status GitHub Workflow Status GitHub package.json version npm

☀️ ☁️ ⚡

whats the weather

Usage

Run the app using npx

npx @domnc/whats-the-weather <location>

Example

npx @domnc/whats-the-weather London

Getting Started

Prerequisites

I build this project with the following setup:

  • macOS Monterey v12.0 Beta
  • node v16.7.0
  • yarn v1.22.11
  • npm v7.20.3

Development

  1. create your .env file based on the .env.example

  2. install all necessary dependencies

yarn install
  1. start app
yarn start <city>

# Example
yarn start London

Tests

run prettier check

yarn prettier-check

run all tests

yarn test

LICENSE

Copyright © 2021 Dominic Kolbe 🇩🇪