An interactive map of New York City featuring interview locations and video content. Each line on the map represents an interview location that links to YouTube videos.
- Interactive NYC map with custom interview routes
- Searchable interview database
- Filter by interview type (Fun, News, Philosophy)
- Rotating featured interviews display
- Line drawing tool for adding new interviews
This is a static website that can be hosted directly on GitHub Pages:
- Push to GitHub: Upload all files to your GitHub repository
- Enable Pages: Go to Settings > Pages > Source: Deploy from branch > main
- Access: Your site will be available at
https://yourusername.github.io/repositoryname
index.html
- Main website pagelinedrawer.html
- Tool for creating new interview linesdata.json
- Interview data (generated from database)styles.css
- Main stylingscript.js
- Main website functionalitylinedrawer.js
- Line drawing tool functionality
- Use
linedrawer.html
to draw new interview routes - Export the data and merge it with
data.json
- Redeploy to GitHub Pages
Simply open index.html
in a web browser. No server required!
- HTML5, CSS3, JavaScript (ES6+)
- Leaflet.js for interactive maps
- OpenStreetMap tiles
- YouTube iframe API