/weather-app

A simple weather mobile app which gets data based in your current location

Primary LanguageTypeScriptMIT LicenseMIT

WeatherApp

Weather App

GitHub language count Repository size GitHub last commit Repository issues License

Technologies   |    How to run   |    Project   |    How to contribute   |    License


Frontend Frontend

🚀 Technologies

This project was developed with the following techs:

💻 Project

This project is a simple weather forecast application based on the user current location

🏃 How to run

First you need to get an api key on https://openweathermap.org/ and edit apiClient.ts

  // ./src/services/apiClient.ts at line 8

  apiClient.defaults.params.appid = 'YOUR_API_KEY';

Install dependencies

  $ yarn

  or

  $ npm install

Start server

  $ yarn start

  or

  $ npm start

When the server starts your will be able to run the app on your device through the expo app. So you will need to install it

🤔 How to contribute

  • Fork this repo;
  • Create a branch for your new feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My brand new feature';
  • Push it to your branch: git push origin my-feature.

After merge of your pull request, you can delete your branch.

📝 License

This project is under MIT license. See the file LICENSE for details.