Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimyr/peludna-prognoza
Fetch pollen measurement data for Croatian cities from your terminal
https://github.com/vladimyr/peludna-prognoza
cli croatia forecast grass nodejs pollen tree weed
Last synced: 2 months ago
JSON representation
Fetch pollen measurement data for Croatian cities from your terminal
- Host: GitHub
- URL: https://github.com/vladimyr/peludna-prognoza
- Owner: vladimyr
- License: mit
- Created: 2018-05-14T04:10:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T08:28:45.000Z (5 months ago)
- Last Synced: 2024-10-13T02:12:04.063Z (3 months ago)
- Topics: cli, croatia, forecast, grass, nodejs, pollen, tree, weed
- Language: JavaScript
- Homepage:
- Size: 151 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Peludna prognoza :croatia: [![Build Status](https://travis-ci.com/vladimyr/peludna-prognoza.svg?branch=master)](https://travis-ci.com/vladimyr/peludna-prognoza) [![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/Flet/semistandard) [![npm package version](https://img.shields.io/npm/v/peludna-prognoza.svg)](https://npm.im/peludna-prognoza) [![github license](https://img.shields.io/github/license/vladimyr/peludna-prognoza.svg)](https://github.com/vladimyr/peludna-prognoza/blob/master/LICENSE)
>Fetch pollen measurement data for Croatian cities from your terminal
This CLI fetches data from [Pliva's allergies data API](http://www.plivazdravlje.hr/alergije/prognoza?xml2).
## Installation
```
$ npm install -g peludna-prognoza
```Or for a one-time run:
```
$ npx peludna-prognoza
```## Usage
```
$ peludna-prognoza --help
_,-._
peludna-prognoza v1.0.0 / \_/ \ _,-._
>-(_)-< / \_/ \
Usage: \_/ \_/ >-(_)-<
$ peludna-prognoza [city] `-' \_/ \_/
$ peludna-prognoza -c `-'Options:
-c, --city Select city [string]
-j, --json Output data in JSON format [boolean]
-x, --xml Output data in XML format [boolean]
-w, --web Show data using web browser [boolean]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]Homepage: https://github.com/vladimyr/peludna-prognoza
Report issue: https://github.com/vladimyr/peludna-prognoza/issues
```