Portfolio - API documentation

Important Note

This section of my website portfolio contains samples of API documentation I've written. Click here to see examples of user documentation.

Each of the web applications (found near the top of each API project below) were built/coded by me.

Why APIs?

API documentation is the type of technical writing that I enjoy the most. APIs (Application Programming Interfaces) have become increasingly common in recent years. To practice documenting them, I have developed small web apps that are centered around APIs. You can see some below:

🌩️Weather in Seattle - utilizes OpenWeather API🌩️

One of the most common APIs for beginners to access is the OpenWeather API. I created a simple browser-based implementation with some pretty colors.

Click here to see my OpenWeather API implementation and tutorial.

🎬Movie Search - utilizes TMDb API🎬

The Movie Database (TMDb) has a robust API, with lots of ways to query and return movie, TV, and actor data. My implementation queries the API with a user-typed movie title and returns data.

Click here to see my TMDb API implementation and tutorial.