Skip to content
#

weather-api

Here are 1,288 public repositories matching this topic...

Personal Assistant built using python libraries. It does almost anything which includes sending emails, Dynamic News Reporting at any time with API integration, Todo list generator, Opens any website with just a voice command, Plays Music, Wikipedia searching, Dictionary with Intelligent Sensing i.e. auto spell checking, Weather Reporting i.e. temp, wind speed, humidity, YouTube searching, Google Map searching, Youtube Downloading, etc.

  • Updated Sep 11, 2021
  • Python

Trip Planner - A demonstration project for showing use of MVP architecture with easy and reusable components. It demonstrates mainly the MVP pattern with different tools like data-binding, firebase, wear module etc. https://medium.com/@Harry91/mvp-redefined-the-modular-design-part2-d6282b3d581

  • Updated Jan 30, 2018
  • Java
oncleben31
oncleben31 commented Oct 1, 2020

Is your feature request related to a problem? Please describe.
#31 shows that it could be appreciated to have a description of the current API with at least units.

Describe the solution you'd like
Could be documentation in code, wiki or external documentation.

Describe alternatives you've considered
N/A

Additional context
Easy for beginners of hacktoberfest.

Fantantonio
Fantantonio commented Jul 20, 2021

Is it possible to change the sky_text language output?
I was thinking that maybe is a feature of the API the library is utilizing and could be a great improvement if not yet implemented.

As for now I am translating to italian the result with "googletrans":

from googletrans import Translator
...
translator = Translator()
translator.translate(weather.current.sky_text, dest="it", src

Improve this page

Add a description, image, and links to the weather-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the weather-api topic, visit your repo's landing page and select "manage topics."

Learn more