forecast.io icon indicating copy to clipboard operation
forecast.io copied to clipboard

wrapper for the forecast.io API

Results 12 forecast.io issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [debug](https://togithub.com/debug-js/debug) | [`^0.8.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/debug/0.8.1/4.3.4) | [![age](https://badges.renovateapi.com/packages/npm/debug/4.3.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

forecast.io 0.0.11 depends on debug ^0.7.2 (and forecast.io master depends on debug ^0.8.0; note that that has not been released to npm), and those versions include a security vulnerability: https://npmjs.com/advisories/534...

The Forecast Data API supports HTTP compression. The Dark Sky team recommend using it, as it will make responses much smaller over the wire. To enable it, we simply need...

Added the same checks range for getAtTime function as for usual get

``` SyntaxError: Unexpected token F in JSON at position 0 at JSON.parse () at Request._callback (/node_modules/forecast.io/index.js:79:19) ``` I guess thats from 403 or something, but the app crashes. Can you...

This does not work: ``` var time = new Date(req.params.time); var opt = { exclude: 'minutely,hourly,daily,alerts,flags' }; forecast.getAtTime(req.params.lat, req.params.long, time, opt, function (err, inres, body) { if (err) { res.end(JSON.stringify(err));...

Hello, I run into an issue while calling GetAtTime. I request a timestamp and receive a response for another timestamp. To make it work I apply pull request #13 I...

`Cannot GET /forecast/__APIKEY__/39.63953756436671,-91.3623046875,10/22/2014T10:22:00?units=us` was my `data`, because my date was messed up. Only problem was that it was taking down the whole server. This should fix that.