juliabresolin / weather-check-app

🌦 Weather Check is a simple application developed with React Native and a Open Weather API that searches for the adress and weather data of the region based on the user's location.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-check-header

languages count repo size license stars

About   |    Layout   |    Run project   


  About

This is a simple application developed with Expo using React Native. It aims to search for current weather data based on the user's coordinates.

  Layout

The layout was developed by me and was based on a minimalist, clean layout with only the necessary information the user.

  Run project

  • This project was developed with Expo, so you need to have the expo installed globally on your machine: npm install expo-cli --global or yarn add expo-cli -g.

  • With the expo installed, install the dependencies using the package manager of your choice: yarn or npm install.

  • To search the API, you will need an access key, which can be generated by following the steps:

    • Access this website and create an account with your email.
    • After creating an account, an access key will be sent to your email. Copy that key.
    • Access the folder src/config and create a file app.env.ts (use the base app.env.example.ts file) and insert your key in variable openweather_api.
  • With the dependencies installed, run the server: yarn start, npm start or expo start;

  • In the tab that opens in your browser, choose the option to view application:

    • View on physical device: Install the Expo app (or Expo CLI on Android) and scan the QR Code with your camera.
    • View on emulator: Install the Expo application on the emulator, and on the open tab after running the server, select the option: Run on Android device/ emulator.

    ⚠️ Remember that both devices(server and physical device) must be on the same network.


Made with ❤ by Julia Bresolin!
Follow me on social networks!

About

🌦 Weather Check is a simple application developed with React Native and a Open Weather API that searches for the adress and weather data of the region based on the user's location.

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%