Skip to content

ksdt/podcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podcast

a podcast server for ksdt

status

working

installation

  • npm install
  • verify paths in index.js
  • add users in new file .pass
  • lines should be of the form: user pass
  • that's user(space)pass

usage

start with node index.js

how it works

users visit / and update their podcast information, or upload a new episode. the node server drops the information in a file in public/podcasts/

then when a client requests /rss/, the node server generates the xml from the file structure.

Releases

No releases published

Packages

No packages published