setkyar / URWeather

Weather App in Burmese

Home Page:https://play.google.com/store/apps/details?id=com.urweather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URWeather

Maintainability

In short, URWeather App is a weather App for Burmese people.

Why another weather App? Why not default weather App?

In Myanmar, most people can't read in English. Especially in villages and small town which farmer live in there.

Installation

Fist, you need to setup React Native Environment. Read about that on React Native Docs.

  • Clone this repo
  • Create env/keys.js in project directory and put the following code. Replace YourOpenWeatherAPIKey with the one you get from https://openweathermap.org
const Keys = {
    OpenWeatherAppID: 'YourOpenWeatherAPIKey'
}

export default Keys;
  • and yarn or npm install
  • react-native run-ios or react-native run-android

Features

  • Splash screen
  • Show weather Status in Burmese (Zawgyi)

Todos for next release

  • Fix burmese font problem
  • Translate more worlds in Burmese

Todos

  • Add share button
  • Add Navigation
  • Add Location search screen
  • New design with 24 hours weather API

About

Weather App in Burmese

https://play.google.com/store/apps/details?id=com.urweather


Languages

Language:JavaScript 53.4%Language:Java 19.2%Language:Objective-C 19.0%Language:Python 8.4%