Skip to content
/ cirrus Public

An android library for parsing the responses from the US Government's National Digital Forecast Database. Weather, free, for your android apps!

License

Notifications You must be signed in to change notification settings

inktomi/cirrus

Repository files navigation

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.

About

An android library for parsing the responses from the US Government's National Digital Forecast Database. Weather, free, for your android apps!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages