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
- Host: GitHub
- URL: https://github.com/vbprojects/weatherapp
- Owner: vbprojects
- Created: 2020-06-18T21:46:28.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2020-06-18T22:58:04.000Z (over 5 years ago)
- Last Synced: 2025-01-19T06:27:14.413Z (about 1 year ago)
- Language: C++
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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