Skip to content

RameshkrishnanV/rn-weatherapp-boilerplate

Repository files navigation

Weather Application

React Native Setup and Running the app:

For setting up React Native development environment please follow React Native's official website setup - https://reactnative.dev/docs/environment-setup

  To Run the app - https://reactnative.dev/docs/running-on-device

Weather App

Hi Everyone! This is simple application to showcase Current weather details and 5days forecast weather information using OpenWeatherMap, To run the application, follow the steps

  After cloning the repo, install dependencies

  ```bash
  # using npm
  npm i

  # OR using Yarn
  yarn install
  ```

Setting up environments:

This project used "react-native-dotenv" library for enviornment setup(https://www.npmjs.com/package/react-native-dotenv), Create a .env file and add your Base URL and API_KEY. For reference please check .env.template file.

By default, This app has OpenWeatherMap APIs to fetch weather information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published