Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 442 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 442 Bytes

cirrus

An android library for parsing the National Digital Forecast Database. Weather, free, for your android apps!

Your main AndroidManifest must declare one permission for Cirrus to be able to download weather data:

<uses-permission android:name="android.permission.INTERNET" />

Additionally, you'll probalby want "android.permission.ACCESS_FINE_LOCATION" or similar to get the latitude and longitude you'll also need.