New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

yanayi

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

yanayi

Yanayi is a CLI program that shows you the weather for a given city

unpublished
latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

Yanayi

Yanayi is a CLI program that shows you the current weather for a provided city, it also shows you the forecast for the next 3 days.

How to install

If you want to install Yanayi in your local machine with npm, you can do it by running the following command:

$ npm install -g yanayi

How to use without cloning the repo

To install Yanayi globally, you can run the following command:

$ npm install -g yanayi

To use Yanayi, you need to provide a city name, you can do it by running the following command:

$ yanayi city "Orlando"

If you want more details about the cli, you can run the following command:

$ yanayi --help

Local installation

If you want to install Yanayi locally, you will need to clone the repository and install the dependencies, you can do it by running the following commands:

$ git clone https://github.com/vboechat/yanayi.git
$ cd yanayi
$ npm install

Then, you can run the program by running the following command:

$ npm run start

This command will show you the help menu, you can use it to know how to use the program.

How to contribute

If you want to contribute to Yanayi, you can do it by following these steps:

  • Fork this repository.
  • Create a new branch: git checkout -b my-feature.
  • Save your changes and create a commit message telling you what you did: git commit -m "feat: My new feature".
  • Submit your changes: git push origin my-feature.
  • I will review your pull request.

License

This project is under the MIT license. See the LICENSE for more information.

Keywords

weather

FAQs

Package last updated on 31 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts