A simple weather app that shows what to wear in certain temperature
Now this app is only running on expo
npm install -g expo-cli
- run
npm i
in root folder - to run this app, run
npx expo start
-
You need to get **api key **to get weather data from following website
- One Call API 3.0 - OpenWeatherMap
- It includes 1,000 calls/day for free
-
To set up environment variable, change the name of
sample_environment.ts
file toenvironment.ts
) -
put your api key in ENV variable in that file.