An open API service indexing awesome lists of open source software.

https://github.com/scriptex/weathex

A React Native weather application
https://github.com/scriptex/weathex

Last synced: 10 months ago
JSON representation

A React Native weather application

Awesome Lists containing this project

README

          

[![Github Build](https://github.com/scriptex/weathex/workflows/Build/badge.svg)](https://github.com/scriptex/weathex/actions?query=workflow%3ABuild)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/34d3d75710534dc6a38c3584a1dcd068)](https://www.codacy.com/gh/scriptex/weathex/dashboard?utm_source=github.com&utm_medium=referral&utm_content=scriptex/weathex&utm_campaign=Badge_Grade)
[![Codebeat Badge](https://codebeat.co/badges/d765a4c8-2c0e-44f2-89c3-fa364fdc14e6)](https://codebeat.co/projects/github-com-scriptex-weathex-master)
[![CodeFactor Badge](https://www.codefactor.io/repository/github/scriptex/weathex/badge)](https://www.codefactor.io/repository/github/scriptex/weathex)
[![DeepScan grade](https://deepscan.io/api/teams/3574/projects/5257/branches/40799/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
[![Analytics](https://ga-beacon-361907.ew.r.appspot.com/UA-83446952-1/github.com/scriptex/weathex/README.md?pixel)](https://github.com/scriptex/weathex/)

# WeatheX

> A hybrid mobile weather application written in Typescript.

## Visitor stats

![GitHub stars](https://img.shields.io/github/stars/scriptex/weathex?style=social)
![GitHub forks](https://img.shields.io/github/forks/scriptex/weathex?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/scriptex/weathex?style=social)
![GitHub followers](https://img.shields.io/github/followers/scriptex?style=social)

## Code stats

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/scriptex/weathex)
![GitHub repo size](https://img.shields.io/github/repo-size/scriptex/weathex?style=plastic)
![GitHub language count](https://img.shields.io/github/languages/count/scriptex/weathex?style=plastic)
![GitHub top language](https://img.shields.io/github/languages/top/scriptex/weathex?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/weathex?style=plastic)

## Install dependencies

```sh
yarn
```

You need to have:

1. Android Studio installed and configured (if you're going to support the Android platform).
2. MacOS X environment with Xcode installed and configured (if you're going to support the iOS platform).

## Start the development process

```sh
# Android
yarn android

# iOS
yarn ios
```

## Build for production

> TODO

## Design [here](https://www.figma.com/file/nusS6ZdpbSP0U6ykhGgBZP/Weather-App-Design-(Community)?node-id=0%3A21&t=SJP2BwdIIPVw2rbo-0)