1.0.2 • Published 7 years ago

async-weather v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Async Weather

This is my first NPM package. It is a simple weather app which can display the weather in your location, or the weather of a city, if you provide a city name.

Usage

  1. Open your terminal/command prompt, and type npm install async-weather.
  2. This will install the dependencies required by this package. Next, type cd node_modules
  3. Next, go into the async-weather folder with cd async-weather.
  4. To get your weather, simply type npm start
  5. To get the weather in a city of your choice, type npm start -- -l city, where city is the name of the city, like npm start -- -l Tokyo. Note: For city names with more than one word, enclose the name in quotes, like npm start -- -l "New York"

Credits

Developed by Manish Giri

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago