Initial commit with weather data fetcher and parser

This commit is contained in:
Guntis Smaukstelis
2023-04-13 16:58:56 +03:00
commit 40156d6283
15 changed files with 746 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package server
class Server {
// TODO proly BlazeServerBuilder which accepts requests from client and serves parsed data
}