Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 688 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 688 Bytes

Podmap

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

Getting started

This is an Angular project that uses Firebase. To run this locally, follow these instructions:

  1. go to: console.firebase.google.com
  2. create a project
  3. click "add firebase to your web app" and copy values
  4. paste values in environment.sample.ts and save as environment.ts
  5. get a google maps api key, add to environment.ts

Serve it locally. In terminal:

npm start