Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from msmithbci/darksky
Browse files Browse the repository at this point in the history
forecast.io to darksky.net api
  • Loading branch information
czarneckid committed Sep 20, 2016
2 parents e997ad5 + 92246e6 commit c789613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forecast_io/configuration.rb
@@ -1,7 +1,7 @@
module ForecastIO
module Configuration
# Default API endpoint
DEFAULT_FORECAST_IO_API_ENDPOINT = 'https://api.forecast.io'
DEFAULT_FORECAST_IO_API_ENDPOINT = 'https://api.darksky.net'

# Forecast API endpoint
attr_writer :api_endpoint
Expand Down

0 comments on commit c789613

Please sign in to comment.