/weather-app-nodejs

Terminal app using NodeJS

Primary LanguageJavaScript

NodeJs - Terminal Weather App

project-image

Embark on an exciting journey of building a Weather App with the Nodejs framework Chalk and Dedent for styling the terminal.

🧐 Features

Here're some of the project's best features:

  • Getting Weather
  • Saving the token
  • Saving the City
  • Getting help information

🛠️ Installation Steps:

1. Install packages

npm install & yarn install

🛠️ Installation Steps:

Here're some of the project's

1. Running project

node index.js

2. Saving the token

node index.js -t [TOKEN]

3. Saving the City

node index.js -s [CITY]

4. Getting help

node index.js -h

5. Getting weather with city

CITY=[CITY NAME] node index.js -h

6. Adding Token only one time

TOKEN=[TOKEN] node index.js -h

💻 Built with

Technology used in the project:

  • NodeJs
  • Chalk
  • Dedent