Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 527 Bytes

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.