Skip to content

Maximalord/Serverlessapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverlessapi

Azure Functions Movie Info API

This Azure Functions project utilizes serverless functions to retrieve movie information from the OMDB API. It provides a simple HTTP-triggered function that takes a movie title as a parameter and returns details about the movie.

Table of Contents

Overview

This project demonstrates how to create an Azure Functions API with serverless functions written in Python. The HTTP-triggered function interacts with the OMDB API to fetch movie details based on the provided title.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone (https://github.com/Maximalord/Serverlessapi.git)
  2. Install dependencies:

pip install -r requirements.txt

Functionality

  • Accepts a movie title as a parameter.
  • Makes a request to the OMDB API to fetch movie information.
  • Returns the movie details in the HTTP response.

Folder Structure

- YourFunctionApp
  - GetMovieInfo
    - __init__.py
    - function.json
  - requirements.txt
  - host.json
  - local.settings.json
  - ...

Monitoring

Enable and configure Application Insights for monitoring your Azure Functions. Refer to Step 9 in the README for details.

License

This project is licensed under the MIT License.



About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages