Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 407 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 407 Bytes

Building a RESTful API in Node and Express

Installation

  • Clone: git clone https://github.com/hbalenda/podcast-api.git
  • Install dependencies: npm install
  • Start the server: heroku local or npm start wtv

Endpoints

  • GET /about

    • returns
  • GET /rss

    • returns
      • json of podcast items
  • POST /send-email -specify in request body:

    • subject
    • body
    • name
    • email