{"id":28688970,"url":"https://github.com/bcfchen/weatherman","last_synced_at":"2026-04-13T20:31:46.072Z","repository":{"id":92862229,"uuid":"138833303","full_name":"bcfchen/weatherman","owner":"bcfchen","description":"Weather forecast application built in ReactJS ","archived":false,"fork":false,"pushed_at":"2018-07-10T02:06:34.000Z","size":696,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T05:11:40.531Z","etag":null,"topics":["accuweather-api","automated-testing","cucumber-js","highcharts-js","material-ui","mobileweb","react-redux","react-select","reactjs","reactjs-demo","selenium-webdriver","weather","weather-forecast"],"latest_commit_sha":null,"homepage":"","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/bcfchen.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,"governance":null}},"created_at":"2018-06-27T05:22:17.000Z","updated_at":"2018-07-10T02:06:35.000Z","dependencies_parsed_at":"2023-03-02T01:15:32.397Z","dependency_job_id":null,"html_url":"https://github.com/bcfchen/weatherman","commit_stats":{"total_commits":56,"total_committers":3,"mean_commits":"18.666666666666668","dds":0.25,"last_synced_commit":"3f8648326334cd93d6d8cc6f60ee631c2b855a21"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bcfchen/weatherman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcfchen%2Fweatherman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcfchen%2Fweatherman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcfchen%2Fweatherman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcfchen%2Fweatherman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcfchen","download_url":"https://codeload.github.com/bcfchen/weatherman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcfchen%2Fweatherman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31770718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["accuweather-api","automated-testing","cucumber-js","highcharts-js","material-ui","mobileweb","react-redux","react-select","reactjs","reactjs-demo","selenium-webdriver","weather","weather-forecast"],"created_at":"2025-06-14T05:11:39.701Z","updated_at":"2026-04-13T20:31:46.049Z","avatar_url":"https://github.com/bcfchen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weatherman\n\n![alt text](https://images-na.ssl-images-amazon.com/images/I/51JTWC5Y4HL.jpg \"Weather Man Logo\")\n## Weather forecasts. Anywhere. Anytime.\nApplication features:\n- Displays weather conditions for current location by default\n- Search for location by clicking on the location label\n- Pull down to reload data\n- Trendline to visualize temperature for next 12 hours \n- Weather forecast for the next 5 days\n- Background color changes depending on daytime/nighttime\n- Development items visible on trello board [\"Weatherman Trello\"](https://trello.com/b/IeEqHBs4/weather-man)\n- __UI automated tests__ covering page load, pull down to refresh, and search by location features\n- __unit tests__ covering components, redux workflows, and apis of the application\n\n![Automation Test Gif](https://s8.postimg.cc/pzcjaj1sl/UI_Automation.gif, \"Automation\")\n\n\n## Assumptions and caveats\n- App design mainly targeted __mobile web__, though dev and testing were done on desktop for convenience\n- Development and testing done on Chrome 67.0.3396.79 \n- Pull down to reload data will reload data for user's current physical location\n\n### To install\nClone this repo with \n```\ngit clone https://github.com/bcfchen/weatherman\n```\ncd into the __weatherman/client__ folder and install npm packages by:\n```\nnpm install\n```\n\n### To run\nCheck that you're in the __weatherman/client__ folder and run the project by:\n```\nnpm start\n```\nThe page should automatically open up in your browser at __localhost:3000__\n\n### Unit tests\nCheck that you're in the __weatherman/client__ folder and run unit tests with the command:\n```\nnpm test\n```\nThe terminal will output the test results and coverage\n\n### e2e tests\nRun the project with the \"To run\" steps above, then cd into __weatherman/client/test__ directory \n\nInstall dependencies by running\n```\nnpm install\n```\nNote that because of the selenium-cucumber-js dependency the installation may take longer depending on network\n\nRun automated test suites by:\n```\nnpm run e2e\n```\nThe page should automatically open up and run test cases. Coverage report should be displayed after tests are complete\n\n### To use\nNavigate to localhost:3000 (if not there already) to view current weather\n![alt text](https://s8.postimg.cc/dovz9n54l/Screen_Shot_2018-07-03_at_2.03.57_AM.png \"Nighttime Screenshot\")\n\n\nClick on location name to search for new location. If new location is currently daytime, background will change to daytime theme\n\n\n![alt text](https://s8.postimg.cc/5w5bhnjpx/Screen_Shot_2018-07-03_at_2.04.31_AM.png \"Daytime Screenshot\")\n\nDrag down anywhere on the page to reload data (for your current location)\n\n\n### Main libraries \u0026 services used\n- __React/Redux__\n- __Material-ui__ for components and typography\n- __Accuweather__ for weather data\n- __react-select__ for location name search autocomplete \n- __highcharts__ for temperature visualization\n- __Selenium Webdriver__ and __Cucumber.js__ for automated testing\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcfchen%2Fweatherman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcfchen%2Fweatherman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcfchen%2Fweatherman/lists"}