Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.15 KB

Wheater App

               

Consuming the OpenWeather api in the free version, I developed this app that shows information of the location you searched for. To be able to use the api it's necessary to put your own apiKey in the services folder, where I configured the axios calls and etc.

⚙️ Technologies

  • Typescript
  • React Js
  • React Native
  • Expo
  • Openweather
  • Axios

Running React Native and Expo application

Install the Expo Go app on your iOS or Android phone and connect to the same wireless network as your computer. On Android, use the Expo Go app to scan the QR code from your terminal to open your project. On iOS, use the built-in QR code scanner of the default iOS Camera app.

In the project directory, you just need to run:

npm install

To install the node_modules and all dependeces.

npm start

This will start a development server for you.