An open API service indexing awesome lists of open source software.

https://github.com/vbprojects/weatherapp

Barebones weather app made in flutter
https://github.com/vbprojects/weatherapp

Last synced: about 2 months ago
JSON representation

Barebones weather app made in flutter

Awesome Lists containing this project

README

          

# WeatherApp
Barebones weather app made in flutter

Uses two Rest APIs,
The US Census Bureau API for getting the location of the user from an address.

https://geocoding.geo.census.gov/geocoder/Geocoding_Services_API.pdf

and the National Weather Service API for getting the weather

https://www.weather.gov/documentation/services-web-api

TODO:

Implement icons better

Give boxes rounded corners

Make loading screen

Make code readable