Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 311 Bytes

gumcast-api

API for generating Apple Podcast compatable RSS feeds from Gumroad products.

Develop

To run locally, run the following:

git clone https://github.com/gumcast/gumcast-api.git
cd gumcast-api
npm install
# create a config.json with the appropriate secrets and keys
npm run dev