MCU Countdown

screenshot of MCU Countdown
flask

An API for answering the question "When is the next MCU film?"

Overview

The MCU-Countdown is a Python application that utilizes a simple API to determine when the next Marvel Cinematic Universe (MCU) film will be released. It provides users with accurate information on upcoming MCU films through its API endpoints.

Features

  • Main Python application: Utilizes the API to provide users with the next MCU film release.
  • Simple API: Enables easy access to information on upcoming MCU films.
  • Production API Endpoint: Provides the main branch API endpoint for accessing MCU film information.
  • Development API Endpoint: Offers a separate API endpoint for testing and development purposes.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.