a podcast server for ksdt
working
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
start with node index.js
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.