Commit graph

64 commits

Author SHA1 Message Date
3aa565f262
Bump go version, update package name 2024-06-19 12:51:47 -04:00
ae5819c3a3
bump go modules 2022-11-01 22:40:25 -04:00
Andrew Scott
2156908022 Update 'README.md' 2022-09-08 04:10:13 +02:00
f3e9194a98
Change diagram size 2022-09-03 01:10:15 -04:00
90313c2f4f
Minor update to log outputs 2022-09-03 00:02:58 -04:00
18666014b6
Refactor/better handling of unspecified location type 2022-09-02 22:52:53 -04:00
1eb36697f0
Update test client for changes to server 2022-09-02 22:52:40 -04:00
51c183116e
Update documentation 2022-09-02 22:52:02 -04:00
715d5e3533
Refactor Current forecast and Five day 2022-09-02 22:50:27 -04:00
45d4f3d80c
fix link 2022-09-01 23:58:32 -04:00
47749ab05e
Update README 2022-09-01 23:52:52 -04:00
f304672317
Update module name 2022-09-01 23:43:01 -04:00
daff7e7cef
Minor updates 2022-09-01 22:51:36 -04:00
7e51085b1a
Updated to allow query by zip code & improved error handling 2022-09-01 22:48:38 -04:00
f4eaf5e1fb
Improved error handling and responses for rpc failures 2022-09-01 22:47:37 -04:00
2ea7920ca2
Units, City, and Zip lookups ok, need to handle unspecified location 2022-09-01 20:33:02 -04:00
b924b8486f
Split zip and city lookups into separate functions 2022-09-01 20:15:21 -04:00
0446613088
Update modules 2022-09-01 02:18:14 -04:00
98ffd3b02b
Update test client for new/advanced query opts 2022-09-01 02:12:04 -04:00
8f7897d41b
Begin converting Extended to FiveDay & adding advanced request opts 2022-09-01 02:09:45 -04:00
bcbe199848
Minor updates to proto definitions for location enum and oneof 2022-09-01 02:05:33 -04:00
6adee3e31b
Updated README 2022-08-31 22:55:59 -04:00
b142b6856d
Update proto files for additional request options and free-tier API 2022-08-31 22:40:26 -04:00
6966aa1d9c
Revert back to OWM pro api, required anyway for Extended 2022-08-08 06:27:04 -04:00
0a21a5047e
Revert to pro API for extended forecast, unavailable via normal API 2022-08-08 02:23:09 -04:00
d47a745437
Minor updates 2022-08-07 00:03:04 -04:00
56d13b2adf
Updated README 2022-08-06 23:31:04 -04:00
e3c2b592a2
Switch to regular API to accomodate non-paid OMW users 2022-08-06 23:28:30 -04:00
c6bda08ade
Merge branch 'dev' 2022-08-06 19:10:33 -04:00
Andrew Scott
7b1ae45a9a Merge branch 'main' into dev 2022-08-07 01:08:43 +02:00
d935b5caa1
Updated UML diagram 2022-08-06 19:07:23 -04:00
a0e814c7fb
Update go to 1.19 2022-08-04 15:03:44 -04:00
83ad9c10ab
Revert "Update to go 1.19 and update modules"
This reverts commit 2953b807ef.
2022-08-04 14:59:56 -04:00
2953b807ef
Update to go 1.19 and update modules 2022-08-04 14:56:29 -04:00
Andrew Scott
2490ef3a7c Merge pull request 'Overhaul .proto files' (#1) from dev into main
Reviewed-on: https://codeberg.org/andcscott/OpenWeatherMap-gRPC-API/pulls/1
2022-07-28 07:36:38 +02:00
9126d0ff13
Organize and document .proto files, no changes to request formats 2022-07-28 01:27:11 -04:00
0b2d849592
Update comments 2022-07-27 03:09:11 -04:00
f36a005ad1
Cleaned up redundant code 2022-07-27 02:58:00 -04:00
6a92b805e0
Use ApiKey field in server struct 2022-07-27 02:42:40 -04:00
91119b44c2
Simplify getLocation 2022-07-26 23:37:38 -04:00
af88be6ef1
Updated Current and Extended to use precise location 2022-07-26 20:28:36 -04:00
87a9143248
Added some basic documentation 2022-07-26 19:42:25 -04:00
ba7e27dfea
Internal getLocation function added 2022-07-26 19:41:53 -04:00
99116a2693
Added location endpoint 2022-07-26 17:28:33 -04:00
971489f4ad
Simplified code for Current and Extended 2022-07-26 15:11:01 -04:00
4296dbc43c
Update proto files 2022-07-26 15:05:21 -04:00
Andrew Scott
ff0debbb30 Update 'README.md' 2022-07-26 10:05:48 +02:00
1cef0eba5a
Hard coded units for now, minor formatting updates 2022-07-26 03:52:33 -04:00
6b89ae295b
Comment unused imports 2022-07-26 03:52:18 -04:00
4ddc054c64
Added extended.go for server and client 2022-07-26 03:42:51 -04:00