diff options
Diffstat (limited to 'weather.go')
-rw-r--r-- | weather.go | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ +// Copyright 2018-2021 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main -// TODO: allow free-text lookups of place names, rather than ids +// TODO: allow free-text lookups of place names, rather than ids. +// see README for details of how to do that. import ( "encoding/json" |