All Projects → graviton57 → Weather

graviton57 / Weather

Licence: other
Weather Android App using apixu API https://www.apixu.com

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Weather

react-weather-app
⛅️ PWA Weather App made with ReactJS
Stars: ✭ 147 (+206.25%)
Mutual labels:  weather, weather-api, weather-app
Wttr.in
⛅ The right way to check the weather
Stars: ✭ 16,345 (+33952.08%)
Mutual labels:  weather, weather-api, weather-app
WeatherApp MVI sample
🌸[Functional reactive programming (FRP)] 🍁Simple Android weather forecast application written in Kotlin, using RxKotlin, Retrofit2, Mosby, Room Persistence ❄️MVI Pattern with Mosby Library
Stars: ✭ 106 (+120.83%)
Mutual labels:  weather, weather-app, weather-android
rainviewer-api-example
How to use RainViewer API: simple HTML + JS code which render an animated weather radar overlay on the map
Stars: ✭ 56 (+16.67%)
Mutual labels:  weather, weather-api
Node Forecastio
A node.js client for Forecast.io API
Stars: ✭ 32 (-33.33%)
Mutual labels:  weather, forecast
Weather
A module for obtaining weather information
Stars: ✭ 54 (+12.5%)
Mutual labels:  weather, forecast
riem
✈️ ☀️ R package for accessing ASOS data via the Iowa Environment Mesonet ☁️ ✈️
Stars: ✭ 38 (-20.83%)
Mutual labels:  weather, weather-api
Darkskylib
Python wrapper for the Dark Sky API
Stars: ✭ 112 (+133.33%)
Mutual labels:  weather, forecast
Dark Sky Api
PHP Library for the Dark Sky API.
Stars: ✭ 70 (+45.83%)
Mutual labels:  weather, forecast
Getme
CLI utility for everyday tasks. With getme you get weather, forecast, currency rate, upload files, IP address, word definitions, text translations, internet speed, do google searches, get inspirational quotes and get Chuck Norris jokes
Stars: ✭ 118 (+145.83%)
Mutual labels:  weather, forecast
Good Weather
Open source weather app for Andorid
Stars: ✭ 198 (+312.5%)
Mutual labels:  weather, forecast
mpxday
mpxday是基于mpx开发的天气预报微信小程序
Stars: ✭ 3 (-93.75%)
Mutual labels:  weather, forecast
MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+20.83%)
Mutual labels:  weather, forecast
Wego
weather app for the terminal
Stars: ✭ 6,918 (+14312.5%)
Mutual labels:  weather, forecast
Weacast
Weacast demo application
Stars: ✭ 55 (+14.58%)
Mutual labels:  weather, forecast
Temps
Simple menubar application based on Electron with actual weather information and forecast.
Stars: ✭ 553 (+1052.08%)
Mutual labels:  weather, forecast
Darksky
Python API wrapper for the DarkSky (async&sync)
Stars: ✭ 81 (+68.75%)
Mutual labels:  weather, forecast
Real-World-Weather
Unity project that displays the current weather in your location in real-time using the Dark Sky API
Stars: ✭ 39 (-18.75%)
Mutual labels:  weather, weather-app
weather-api
A RESTful API to check the weather
Stars: ✭ 209 (+335.42%)
Mutual labels:  weather, weather-api
darksky2influxdb
Stores wheather forcecast data from darkskyapi into a influxdb database
Stars: ✭ 21 (-56.25%)
Mutual labels:  weather, forecast

Weather

Android Arsenal License API

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
alt text alt text alt text
Search City Settings Activity Widget
alt text alt text alt text

Used libraries:

  • com.android.support:appcompat-v7:25.1.0
  • com.android.support:support-v4:25.1.0
  • com.android.support:recyclerview-v7:25.1.0
  • com.android.support:design:25.1.0
  • com.android.support:cardview-v7:25.1.1
  • org.greenrobot:greendao:3.2.0
  • com.squareup.retrofit2:retrofit:2.1.0
  • com.squareup.retrofit2:converter-gson:2.1.0
  • com.squareup.okhttp3:logging-interceptor:3.3.1
  • com.google.android.gms:play-services-location:10.2.0
  • com.firebase:firebase-jobdispatcher:0.5.2
  • com.facebook.fresco:fresco:1.1.0

Prerequisites

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"; }

Developed By

Igor Havrylyuk (Graviton57)

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].