Skip to content

A CLI application to fetch weather data from a specific city.

License

Notifications You must be signed in to change notification settings

daspeon/weatherish

Repository files navigation

⛅ Weatherish

node axios inquirer eslint MIT License

Table of Contents

About

This is a personal project made to learn a little bit about Command Line Interfaces. It's a simple CLI that fetches weather data from a specific city, provided by the user, returning current local time and temperature, feels like, humidity and wind speed. As a couple of extra features, user can choose which unit of measurement to use and how date and time will be displayed.

Requirements:

If you use NVM, just run nvm use inside of the root folder.

Installing:

Yarn:

$ yarn

NPM:

$ npm i

Configuring

For this step, you'll need to generate your api key at OpenWeatherMap website.

.env

Rename the .env.example file to .env and update the variables with your settings.

key description default
API_KEY OpenWeatherMap's api key -

Usage

Starting

$ npm start

Preview

weatherish

⬆ Back to the top

About

A CLI application to fetch weather data from a specific city.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published