Skip to content

purplefrizzel/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather API

This is a simple weather API written in Java, the data comes from the BBC Weather's undocumented API.

Documentation

There are some Swagger docs here.

Tech

The API was written in Java and uses the dropwizard framework, this was picked because I wanted to try it out and After using it, I wasn't a complete fan. I may do a rewrite in Spring Boot or ASP.NET Core.

What is this

This API was written mostly for fun, I have never tried it in a real application but you can if you want, it is free but some credit would be nice :).

Testing site

The testing site can be found here, it gets updated when ever a new PR is pulled to the main branch.

Issues

If you find any issues please report then here. I was using JetBrains YouTrack for a little bit but as I have not touched this project in some time I think it would be easier for it all to be in one place.

Changes and new versions

This project may see some changes but with it being a "just for fun" project I can not guarantee bug fixes and new features.