-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Weather forecast to mention and use Dark Sky #2
Labels
Comments
alni
added a commit
that referenced
this issue
Feb 20, 2019
alni
added a commit
that referenced
this issue
Feb 20, 2019
* Change "FORECAST_IO_" and similar names within some variable names to use "DARK_SKY_" instead * Change API URL to "https://api.darksky.net/forecast/" * Update some comments and strings (including translations) to mention "Dark Sky" instead of "Forecast IO" * Change endpoint in the WebFrontend of setting the Weather API Key to "/darksky_api_key" * Change the name and ID of the Weather API Text form field to "darksky_api_key" * Update "config.js" to use this new endpoint and form field ID * Update the link to where to obtain a API Key to point to Dark Sky * Change Weather API Key property name in "weather/private.json" file to "darksky_api_key"
alni
added a commit
that referenced
this issue
Feb 24, 2019
alni
added a commit
that referenced
this issue
Feb 24, 2019
* Add support of all currently supported languages by Dark Sky (as of 2019-02-24) * Move Icelandic to correct alphabetical order in the list (of the language code)
alni
added a commit
that referenced
this issue
Feb 24, 2019
alni
added a commit
that referenced
this issue
Feb 24, 2019
After searching all files, this seems to be the last change needed to mention Dark Sky instead of Forecast IO.
3 tasks
alni
added a commit
that referenced
this issue
Mar 5, 2019
Add support of the rest of the Dark Sky languages. * Checked against the test case files found in the official "darkskyapp/translations" repository + tested each one with the API to verify that they were actually supported * a small number of them returned "invalid/unsupported" value with the API (may be because they where recently added the official "darkskyapp/translations" repository)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to update the Weather forecast to use and mention Dark Sky instead of Forecast IO.
FORECASTIO
ANDFORECAST_IO
variables (and others with similar names) toDARK_SKY
etc.Powered by Forecast
to the correct attribution needed now by Dark Skypython-forecastio
library to the newestREADME
to mention Dark Sky instead of Forecast IOThe text was updated successfully, but these errors were encountered: