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

https://github.com/jmservera/universalbackgroundapp

A simple example of a Background Task that downloads a file every 6 hours
https://github.com/jmservera/universalbackgroundapp

Last synced: 3 months ago
JSON representation

A simple example of a Background Task that downloads a file every 6 hours

Awesome Lists containing this project

README

        

UniversalBackgroundApp
======================

A simple example of a Background Task that downloads a file every 6 hours.
Used to demonstrate how to create a simple background task and use http cache headers for not downloading the file when not needed.