{"id":19112846,"url":"https://github.com/stevendelro/redux-weather","last_synced_at":"2026-06-29T15:31:09.745Z","repository":{"id":41770168,"uuid":"208346093","full_name":"stevendelro/redux-weather","owner":"stevendelro","description":"v1.0 - Built with React and the Dark Sky API. The UI is based off of the iOS Weather App.","archived":false,"fork":false,"pushed_at":"2023-01-04T10:20:32.000Z","size":43060,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-19T13:41:39.946Z","etag":null,"topics":["axios","create-react-app","momentjs","react","react-media","react-redux","react-router-dom","react-skycons","redux-thunk","semantic-ui-react","uuid"],"latest_commit_sha":null,"homepage":"https://redux-weather.now.sh","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevendelro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-13T21:01:47.000Z","updated_at":"2020-04-29T23:26:49.000Z","dependencies_parsed_at":"2023-02-02T08:15:36.042Z","dependency_job_id":null,"html_url":"https://github.com/stevendelro/redux-weather","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stevendelro/redux-weather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevendelro%2Fredux-weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevendelro%2Fredux-weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevendelro%2Fredux-weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevendelro%2Fredux-weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevendelro","download_url":"https://codeload.github.com/stevendelro/redux-weather/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevendelro%2Fredux-weather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34933498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","create-react-app","momentjs","react","react-media","react-redux","react-router-dom","react-skycons","redux-thunk","semantic-ui-react","uuid"],"created_at":"2024-11-09T04:34:20.591Z","updated_at":"2026-06-29T15:31:09.726Z","avatar_url":"https://github.com/stevendelro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](demo.gif)\n\n# [LIVE DEMO](https://redux-weather-cm85uhch7.now.sh/)\n\n### How it works:\n\n1. User input fires off a call to the [MapBox API](https://www.mapbox.com/) and retrieves coordinates and the place name:\n\n```\n    axios\n    .get(mapBoxUrl)\n    .then(async geocodeData =\u003e {\n      const long = geocodeData.data.features[0].center[0]\n      const lat = geocodeData.data.features[0].center[1]\n      const place = geocodeData.data.features[0].place_name\n```\n\n2. Then, the coordinates are sent to the [Dark Sky API](https://darksky.net) to retrieve weather data:\n\n```\n      await axios\n        .get(`${proxy}${darkSkiesUrl}${lat},${long}?exclude=flags`)\n        .then(request =\u003e {\n          const weatherData = request.data\n          dispatch(displayedPlace(place))\n          dispatch(fetchWeatherSuccess(weatherData))\n        })\n        .catch(error =\u003e\n          console.log('Error making darksky call: ', error)\n        )\n    })\n    .catch(error =\u003e console.log('Error making geocode call: ', error))\n```\n\n### Technologies used\n\n`react` `react-redux` `react-router-dom` `create-react-app` `react-skycons` `semantic-ui-react` `react-media` `redux-thunk` `uuid` `momentjs` `axios`\n\n### Editing/Setup\n\n1. Clone the repo \n  `git clone https://github.com/stevendelro/startnow-react200-movie-finder`\n2. Install the dependencies \n  `yarn install`\n3. Run build \n  `yarn start`\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevendelro%2Fredux-weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevendelro%2Fredux-weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevendelro%2Fredux-weather/lists"}