{"id":243688,"date":"2025-08-02T12:34:36","date_gmt":"2025-08-02T12:34:36","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/weather-map\/"},"modified":"2025-08-02T12:42:11","modified_gmt":"2025-08-02T12:42:11","slug":"weather-map","status":"publish","type":"plugin","link":"https:\/\/azb.wordpress.org\/plugins\/weather-map\/","author":23334546,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"1.0","tested":"6.8.5","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"Weather Map","header_author":"Weather Map","header_description":"A dynamic map plugin that allows users to click on locations and view real-time weather data.","assets_banners_color":"fcf5df","last_updated":"2025-08-02 12:42:11","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/ko-fi.com\/sylvie9","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":270,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0":{"tag":"1.0","author":"sylvie9","date":"2025-08-02 12:42:11"}},"upgrade_notice":{"1.0":"<p>Initial stable version. Please ensure API key and coordinates are properly configured.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3338210,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3338210,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3344382,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3338210,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3338214,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3338214,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Frontend display: Click the weather icon to show current weather information.","2":"Plugin settings page: Enter your API key and location coordinates in the admin panel."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,2909,10469,80,4899],"plugin_category":[43,49,59],"plugin_contributors":[245748],"plugin_business_model":[],"class_list":["post-243688","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-map","plugin_tags-openweathermap","plugin_tags-shortcode","plugin_tags-weather","plugin_category-customization","plugin_category-maps-and-location","plugin_category-utilities-and-tools","plugin_contributors-sylvie9","plugin_committers-sylvie9"],"banners":{"banner":"https:\/\/ps.w.org\/weather-map\/assets\/banner-772x250.png?rev=3338210","banner_2x":"https:\/\/ps.w.org\/weather-map\/assets\/banner-1544x500.png?rev=3344382","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/weather-map\/assets\/icon-128x128.png?rev=3338210","icon_2x":"https:\/\/ps.w.org\/weather-map\/assets\/icon-256x256.png?rev=3338210","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/weather-map\/assets\/screenshot-1.png?rev=3338214","caption":"Frontend display: Click the weather icon to show current weather information."},{"src":"https:\/\/ps.w.org\/weather-map\/assets\/screenshot-2.png?rev=3338214","caption":"Plugin settings page: Enter your API key and location coordinates in the admin panel."}],"raw_content":"<!--section=description-->\n<p>Weather Map allows you to display real-time weather information for multiple coordinates using OpenWeatherMap API. Each location's weather is fetched and displayed on an interactive map (Leaflet.js based). The plugin includes a 15-minute caching mechanism to reduce API usage.<\/p>\n\n<p>Features:\n- Enter up to 6 coordinates to keep the map readable.\n- Built-in API key validator before saving.\n- 15-minute transient cache for weather data.\n- Fully shortcode-based integration: <code>[weather_map]<\/code>.\n- Admin-friendly settings interface.<\/p>\n\n<h3>External Services<\/h3>\n\n<p>This plugin connects to the OpenWeatherMap API to retrieve real-time weather information for the locations configured in the plugin settings.<\/p>\n\n<p>Data Sent:\n- Latitude and longitude values entered by the site admin\n- The API key provided by the site admin in the plugin settings<\/p>\n\n<p>Data is sent only when:\n- The front-end map loads to fetch and display weather data for a specific location<\/p>\n\n<p>Service Provider:\n- <a href=\"https:\/\/openweathermap.org\/\">OpenWeatherMap<\/a>\n- <a href=\"https:\/\/openweathermap.org\/terms\">Terms of Service<\/a>\n- <a href=\"https:\/\/openweathermap.org\/privacy-policy\">Privacy Policy<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/weather-map\/<\/code> directory.<\/li>\n<li>Activate the plugin via the \"Plugins\" menu in WordPress.<\/li>\n<li>Go to \"Weather Map\" in the admin menu.<\/li>\n<li>Enter your OpenWeatherMap API key and up to 6 coordinate pairs.<\/li>\n<li>Use the <code>[weathermap]<\/code> shortcode on any page or post.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20get%20an%20api%20key%3F'><h3>How do I get an API key?<\/h3><\/dt>\n<dd><p>You can register for a free or paid API key at https:\/\/openweathermap.org\/api. Choose a plan based on your expected usage.<\/p><\/dd>\n<dt id='how%20is%20api%20usage%20calculated%3F'><h3>How is API usage calculated?<\/h3><\/dt>\n<dd><p>Each coordinate results in one API call. So if you have 4 coordinates and load the page, that\u2019s 4 API requests. Caching prevents duplicate calls within a 15-minute window.<\/p><\/dd>\n<dt id='how%20many%20coordinates%20can%20i%20enter%3F'><h3>How many coordinates can I enter?<\/h3><\/dt>\n<dd><p>To keep the map clean, a maximum of 6 coordinates is recommended.<\/p><\/dd>\n<dt id='how%20do%20i%20display%20the%20map%20on%20a%20page%3F'><h3>How do I display the map on a page?<\/h3><\/dt>\n<dd><p>Simply use the shortcode <code>[weather_map]<\/code> in your content editor or page builder.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release of the Weather Map plugin with Leaflet.js, OpenWeatherMap integration, admin settings, validation, and caching.<\/li>\n<\/ul>","raw_excerpt":"Display weather data for multiple coordinates using OpenWeatherMap, with caching and shortcode support.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/243688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=243688"}],"author":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sylvie9"}],"wp:attachment":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=243688"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=243688"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=243688"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=243688"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=243688"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=243688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}