Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Openweathermapapi | 258 | 20 | 7 years ago | 5 | March 24, 2015 | 9 | mit | Objective-C | ||
iOS api classes for openweathermap.org | ||||||||||
Easyweather | 168 | 4 years ago | Java | |||||||
Sample Android project using MVP + RxJava + Dagger | ||||||||||
Weather React | 87 | 8 months ago | mit | CSS | ||||||
A robust weather application to provide current, 48 hours and 8-day weather forecast based on your geolocation built with ❤️ using React. Weather forecast data is powered by OpenWeather and Wind map is powered by Windy. | ||||||||||
Openweathermap Android Library | 84 | 2 years ago | mit | Java | ||||||
A wrapper for the openweathermap REST API | ||||||||||
Easyweather | 72 | 4 years ago | 11 | Java | ||||||
:sunny: Easy and quick weather fetching from OpenWeatherMap API for Android. | ||||||||||
Swiftopenweathermapapi | 36 | 4 | 6 years ago | 5 | February 25, 2016 | 4 | mit | Swift | ||
Swift Open Weather Map API is a wrapper around OpenWeatherAPI | ||||||||||
Weather | 36 | 4 years ago | Java | |||||||
Weather Android App using apixu API https://www.apixu.com | ||||||||||
Android_weather | 30 | 6 years ago | Java | |||||||
Get the current weather and forecast of your favourite cities | ||||||||||
Weather Pwa | 29 | 2 years ago | JavaScript | |||||||
Find out the current weather forecast in any city around the world | ||||||||||
Ec Weather | 26 | 2 | 3 months ago | 6 | October 10, 2021 | 7 | mit | JavaScript | ||
Parse Environment Canada RSS feeds into clean and friendly JSON. |
Weather Android App using apixu API https://www.apixu.com
Icon weather set made by apixu from https://www.apixu.com/api.aspx
Searching cities is supported by more than 200 languages.
List of cities and flags from http://www.geonames.org .
Main Activity | Detail Activity | Detail list |
---|---|---|
![]() |
![]() |
![]() |
Search City | Settings Activity | Widget |
---|---|---|
![]() |
![]() |
![]() |
Create an api.gradle file in Weather directory after generating API Key from Apixu and UserName from GeoNames. The contents would somewhat look like this :
ext {
BASE_WEATHER_URL = "http://api.apixu.com/v1/";
BASE_GEONAME_URL= "http://api.geonames.org/";
GEONAME_API_KEY= "YOUR_USER_NAME";
WEATHER_API_KEY = "YOUR_API_KEY"; }
Igor Havrylyuk (Graviton57)