An open API service indexing awesome lists of open source software.

https://github.com/melihs/weather-app

weather application with using node js
https://github.com/melihs/weather-app

application asynchronous-programming example-app javascript nodejs openweathermap request weather-app

Last synced: 11 months ago
JSON representation

weather application with using node js

Awesome Lists containing this project

README

          

# weather-app

> This application was developed as an example of asynchronous programming with node js

# Demo
![console-based node.js application](weather-app.gif)

## Weather data for the app
- weather data Api https://openweathermap.org/
## Dependencies in the Project
- ipinfo https://github.com/IonicaBizau/node-ipinfo
- request https://github.com/request/request
- yargs https://github.com/yargs/yargs

## Build Setup

``` bash
# install dependencies
npm install
```
## Features
- auto location search via ip
- weather description
- Celcius degree
- From Turkey location
- optional location search via "-l" enter parameter

# Usage
Commands

##### Search any city
```
node app.js -l

```
##### Search your location via ip number
```
node app.js

```

##### Aliases
```
-l : "city name"

```