New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.swiss-weather-api

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.swiss-weather-api - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

.github/stale.yml

5

io-package.json
{
"common": {
"name": "swiss-weather-api",
"version": "0.1.4",
"version": "0.1.5",
"news": {
"0.1.5": {
"en": "Some fixes based on Feedback of forum.iobroker.net"
},
"0.1.4": {

@@ -7,0 +10,0 @@ "en": "Added Travis CI Testing"

4

package.json
{
"name": "iobroker.swiss-weather-api",
"version": "0.1.4",
"version": "0.1.5",
"description": "Connects to Free SRG-SSR Weather API (https://developer.srgssr.ch/apis/srgssr-weather)",

@@ -49,3 +49,3 @@ "author": {

"sinon-chai": "^3.4.0",
"libxmljs2": ">=0.23.0"
"libxmljs2": "^0.23.0"
},

@@ -52,0 +52,0 @@ "main": "main.js",

@@ -21,2 +21,5 @@ ![Logo](admin/swiss-weather-api.png)

The SRG-SSR Weather REST API allows you to get weather forecasts and reports from more than 25.000 locations across Switzerland.
**Be aware that this adapter only supports locations within Switzerland.**
### Getting started

@@ -30,3 +33,3 @@ 1. Get a free accout on https://developer.srgssr.ch/

1. ConsumerSecret of App
1. Longitude / Latitude of the chosen location for which forecast is needed. => Please use decimal degrees like 32.30642 / 122.61458
1. Longitude / Latitude of the chosen swiss location for which forecast is needed. => Please use decimal degrees (for example Zürich: 47.36667 / 8.5)

@@ -38,2 +41,5 @@ This is a scheduled Adapter. It is scheduled every 30 minutes and reads the forecast API of SRG-SSR. You could change this intervall in instance-view (Schedule). A lower intervall is not recomented, since the minimal forecast is 1 hour.

### 0.1.5
* (baerengraben) Some fixes based on Feedback of forum.iobroker.net
### 0.1.4

@@ -40,0 +46,0 @@ * (baerengraben) Added Travis CI testing

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc