The goals of Podmap are:
- to map the world’s podcasts
- to help you discover where your favorite podcasts are created
- to help you discover podcasts produced near you
Visit Podmap at https://podmap.pod.fan
This is an Angular project that uses Firebase. To run this locally, follow these instructions:
- go to: console.firebase.google.com
- create a project
- click "add firebase to your web app" and copy values
- paste values in environment.sample.ts and save as environment.ts
- get a google maps api key, add to environment.ts
Serve it locally. In terminal:
npm start