Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 755 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 755 Bytes

listenr - a lightweight browser podcatcher

Netlify Status

listenr is a lightweight podcatcher written in vanilla JS.

why?

because.

contributing

fork this thing, write good code, make a pr.

if it's sufficiently good, i will merge it.

if you add a new library, link it through jsDelivr.

NO JQUERY!!!!!

open the console and enter make_local() from any page other than view.html or 404.html. this will disable all service worker caching. If you want to enable it again, enter localforage.setItem("islocal", false) into the console on any of the aformentioned pages.