Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/projects/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const PROJECTS = [
},
{
title: "bikeability",
url: "https://apinis.org/bikeability",
url: "https://apinis.org/bikeability/",
icon: EXT_LINK_ICON,
desc: "English-language summaries of biking conditions in US cities or between two addresses. Backend using AWS tools, weather data from NWS, and summaries generated by ChatGPT 4o. Uses DynamoDB to cache city and route summaries for eight hours to save on API calls. Simple frontend built with React and using the Google Maps and Locations APIs.",
tools: [
Expand Down