react-open-weather icon indicating copy to clipboard operation
react-open-weather copied to clipboard

React open weather is a React Component loading forecast data from Various weather providers (currently OpenWeather, WeatherBit and VisualCrossing)

Results 21 react-open-weather issues
Sort by recently updated
recently updated
newest added

Been using Open Weather for my app and am very pleased. However, I need to port to React Native. Not sure what to do now. Any recommendations?

First of all, great job!!! I have a problem when implemented a component, i'm getting **Network Error**. There is a blank page on screen and this error in console. This...

I have subscribed to OpenWeather One Call API 3.0. This component is hard coded to One Call API 2.5. Can this been upgraded to One Call API 3.0?

An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any...

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Would be great if react open weather support [WeatherKit](https://developer.apple.com/weatherkit/), a new Weather API by Apple which they acquired from Dark Sky.

Add types for this repository

How to re-write the defaultProps: ``` const { data, errorMessage, isLoading } = weatherData({ lat: myLat.toString(), lon: myLong.toString(), }); ``` to use default parameters for future proofing?

Yarn: 4.3.1 React: 18.3.1 Vite: 5.3.1 Vitest: 1.6.0 React-Open-Weather: 1.3.2 to 1.3.6 The error occurs when I run `vitest` after either a fresh `yarn install` or upgrading packages: `Error: Failed...