nickbouldien / tiempo-forecast

WIP - small weather app using react-native-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiempo Forecast

small weather app using react-native-web

install

git clone the project and then:

cd tiempo-forecast
yarn install

run

yarn ios
yarn android
yarn web

lint

yarn lint

test

yarn test

deploy

yarn build

TODOs:

  • fix the behavior switching between using location and the user's search (city/zipcode)
  • fix the app name (change to "tiempo-forecast" from "example")
  • use constants for action types
  • more complete/stricter typing
  • styling!!
  • formatting of data
  • let user switch between using metric and imperial units
  • cache/persist the data for x number of hours (3??) unless the user refetches the data
  • extract the redux code out of the component files
  • add refresh capability - https://facebook.github.io/react-native/docs/refreshcontrol.html
  • add icons for different weather types
  • get it working for all platforms (web, iOS, android)

About

WIP - small weather app using react-native-web


Languages

Language:TypeScript 75.6%Language:Objective-C 10.5%Language:Python 5.2%Language:HTML 4.1%Language:Java 3.6%Language:JavaScript 1.1%