All Projects → lvxchild → FLOB-weather

lvxchild / FLOB-weather

Licence: other
F(or)L(ack)O(f a)B(etter) Weather is a small CLI app that let you ask for weather forecasts directly from you terminal using OpenWeather API.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to FLOB-weather

streamDeck-weatherPlugin
Popular Stream Deck plugin for Weather reporting
Stars: ✭ 24 (+26.32%)
Mutual labels:  weather, openweather
weather-app
⛅ Check the current weather in any city on the planet.
Stars: ✭ 86 (+352.63%)
Mutual labels:  weather, openweather
Marquee Scroller
Marquee Scroller Clock News Weather and More
Stars: ✭ 211 (+1010.53%)
Mutual labels:  weather
nexradaws
This python package is designed to provide query and download capabilities to the NEXRAD archive available on Amazon Web Services (AWS). https://aws.amazon.com/public-datasets/nexrad/
Stars: ✭ 32 (+68.42%)
Mutual labels:  weather
Champ
A Telegram bot combined with python to serve some basic functions like weather, music charts, cricket score and much more.
Stars: ✭ 22 (+15.79%)
Mutual labels:  weather
Minimalistweather
Android 平台开源天气 App,采用 MVP、RxJava、Retrofit2、OKHttp3、Dagger2、RetroLambda 等开源库来实现。
Stars: ✭ 2,411 (+12589.47%)
Mutual labels:  weather
AnimatedEnvironmentLayer
A custom arcgis js api layer to display GRIB data formatted as json as animated particles on a canvas
Stars: ✭ 41 (+115.79%)
Mutual labels:  weather
Weather
Taiwan's Weather Maps! 想查詢每個地方的天氣嗎!?藉由 Google Maps API 的地圖服務,以及中央氣象局網站的天氣預報,讓你快速輕鬆的查詢台灣 368 個鄉鎮的天氣概況!
Stars: ✭ 206 (+984.21%)
Mutual labels:  weather
Real-World-Weather
Unity project that displays the current weather in your location in real-time using the Dark Sky API
Stars: ✭ 39 (+105.26%)
Mutual labels:  weather
mpxday
mpxday是基于mpx开发的天气预报微信小程序
Stars: ✭ 3 (-84.21%)
Mutual labels:  weather
clouds
🌦 A weather app for iOS, written in SwiftUI.
Stars: ✭ 26 (+36.84%)
Mutual labels:  weather
gis4wrf
QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
Stars: ✭ 137 (+621.05%)
Mutual labels:  weather
Wttr.in
⛅ The right way to check the weather
Stars: ✭ 16,345 (+85926.32%)
Mutual labels:  weather
Weather-SwiftUI
A weather app that uses the Dark Sky API built using SwiftUI! Get the current weather for a particular location and check out the 5-day forecast!
Stars: ✭ 107 (+463.16%)
Mutual labels:  weather
Datweatherdoe
Simple menu bar weather app for macOS
Stars: ✭ 209 (+1000%)
Mutual labels:  weather
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+205.26%)
Mutual labels:  weather
Weathericonview
Weather Icon View for Android applications
Stars: ✭ 206 (+984.21%)
Mutual labels:  weather
Profiles
👍 Make JavaScript Great Again
Stars: ✭ 238 (+1152.63%)
Mutual labels:  weather
Weather Shield
Barometric pressure, temperature, humidity and light sensing weather shield for Arduino.
Stars: ✭ 62 (+226.32%)
Mutual labels:  weather
433MHz Tx Rx
Arduino based 433MHz Tx and Rx combo using Manchester protocol
Stars: ✭ 27 (+42.11%)
Mutual labels:  weather

FLOB Weather


F(or)L(ack)O(f a)B(etter) Weather is a small CLI app that let you ask for weather forecasts directly from you terminal using OpenWeather API.
The app at the moment has these commands:

  • weather <location>
    Create a weather clock in the current CLI.

    • Example:
      The temperature is 10C, but it feels like 8C
      The humidity is at 57%
      Min: 7.6C | Max: 12.1C
      The sun will rise ar 06:00 and set at 18:00
  • forecast <location>
    Print on screen the weather conditions of the current day and the following four.

    • Example:
      -sunday 10 january 2021- The temperature will be around 5.41C, with a minimum of 5.12C, and a maximum of 5.81C. Weather of the day: Clouds. The wind velocity will be around 4.31m/s. Finally, the chance of raining in this day is 0.12
      -monday 11 january 2021- The temperature will be around 4.41C, with a minimum of 3.21C, and a maximum of 4.53C. Weather of the day: Clear. The wind velocity will be around 0.33m/s. Finally, the chance of raining in this day is 0
      -tuesday 12 january 2021- The temperature will be around 4.39C, with a minimum of 4.39C, and a maximum of 4.59C. Weather of the day: Clouds. The wind velocity will be around 2.55m/s. Finally, the chance of raining in this day is 0.23
      -wednesday 13 january 2021- The temperature will be around 5.84C, with a minimum of 5.13C, and a maximum of 6.22C. Weather of the day: Clear. The wind velocity will be around 1.95m/s. Finally, the chance of raining in this day is 0
      -thursday 14 january 2021- The temperature will be around 4.92C, with a minimum of 4.90C, and a maximum of 5C. Weather of the day: Clear. The wind velocity will be around 0.3m/s. Finally, the chance of raining in this day is 0.02

Prerequisites

This app uses curl and jq, it also uses OpenWeather API so you have to register on their website to get the API Key required ( although the company offers paid plans, there is also a free one, and it works perfectly fine for this app).

Installation

The installation process is pretty easy:

  1. Create a folder to store all the files you are going to download from here
  2. Clone this repository inside the folder you created
  3. Unzip the file
  4. launch the installer typing ./Install
  5. Follow the instruction in the installer

Use

Use of this app is pretty straightforward:

  • weather <location>
    You must specify a location.
    To kill this app just press 'ctrl' + 'c'
    If the location is made of more than one word you have to separate them with - (hyphen)
    • Example:
      weather san-francisco
  • forecast <location>
    You must specify a location.
    If the location is made of more than one word you have to separate them with - (hyphen)
    • Example:
      forecast san-francisco
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].