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
- Host: GitHub
- URL: https://github.com/melihs/weather-app
- Owner: melihs
- Created: 2019-08-15T19:42:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T12:49:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T22:29:53.457Z (about 1 year ago)
- Topics: application, asynchronous-programming, example-app, javascript, nodejs, openweathermap, request, weather-app
- Language: JavaScript
- Size: 376 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app
> This application was developed as an example of asynchronous programming with node js
# Demo

## 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"
```