Skip to content

Commit

Permalink
Remove mentions of Forecast.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kant authored and jason0x43 committed May 5, 2017
1 parent b18cad6 commit a2b71dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion darksky.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var dsIconNames = map[string]string{

const dsAPI = "https://api.darksky.net/forecast"

// DarkSky is a Forecast.io service handle
// DarkSky is a weather service handle
type DarkSky struct {
apiKey string
}
Expand Down
2 changes: 1 addition & 1 deletion workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
</dict>
</array>
<key>readme</key>
<string>This workflow allows you to get a quick weather forecast from Forecast.io or Weather Underground.</string>
<string>This workflow allows you to get a quick weather forecast from Dark Sky or Weather Underground.</string>
<key>uidata</key>
<dict>
<key>2D2CAE4A-DA46-43E8-970D-B8BCA6A02378</key>
Expand Down
2 changes: 1 addition & 1 deletion wunderground.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var wundIconNames = map[string]string{

const wundAPI = "http://api.wunderground.com/api"

// WeatherUnderground is a Forecast.io service handle
// WeatherUnderground is a weather service handle
type WeatherUnderground struct {
apiKey string
}
Expand Down

0 comments on commit a2b71dc

Please sign in to comment.