-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapps.json
More file actions
38 lines (38 loc) · 1.35 KB
/
Copy pathapps.json
File metadata and controls
38 lines (38 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"name": "portfolio",
"title": "Ryan Baumann",
"description": "Home: work, writing, talks, and the demo lab.",
"path": "/",
"dev_build_dir": "portfolio/dist",
"tags": [],
"preview": "/previews/portfolio.jpg"
},
{
"name": "strava-explorer",
"title": "Strava 3D Explorer",
"description": "Fly your Strava routes in Photorealistic 3D with follow-camera animation, an elevation profile, and your ride photos on the path.",
"path": "/strava-explorer/",
"dev_build_dir": "strava-explorer/dist",
"tags": ["strava", "3d-maps", "google-maps-platform"],
"preview": "/previews/strava-explorer.jpg"
},
{
"name": "aqi-map",
"title": "Air Quality Map",
"description": "Live air-quality heatmap with click-to-inspect pollutant detail, straight from the Air Quality API.",
"path": "/aqi-map/",
"dev_build_dir": "aqi-map/dist",
"tags": ["air-quality", "google-maps-platform"],
"preview": "/previews/aqi-map.jpg"
},
{
"name": "isochrones",
"title": "Isochrones",
"description": "How far can you get in 10, 20, 30 minutes? Live-regenerating reachability bands for delivery, commute, and response planning.",
"path": "/isochrones/",
"dev_build_dir": "isochrones/dist",
"tags": ["isochrones", "routing", "google-maps-platform"],
"preview": "/previews/isochrones.jpg"
}
]