An open API service indexing awesome lists of open source software.

https://github.com/ylp1455/flask_meme_web


https://github.com/ylp1455/flask_meme_web

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Flask Meme Generator

This is a simple Flask application that generates a random meme from the website "meme-api.herokuapp.com" and displays it on the web page. The user can refresh the page to see a new meme.

## Installation

To run this application on your local machine, you need to follow these steps:

1. Clone this repository to your local machine using the following command:

`git clone https://github.com/ylp1455/Flask_meme_web`

2. Change to the project directory using the following command:

`cd flask-meme-generator`

3. Install the required Python packages using the following command:

`pip install -r requirements.txt`

4. Start the Flask application using the following command:

`python app.py`

5. Open your web browser and navigate to http://localhost:80/ or http://127.0.0.1:80/ to view the application.

## Usage

When you visit the application URL, a random meme from "meme-api.herokuapp.com" will be displayed on the web page. You can refresh the page to see a new meme.

## License

This project is licensed under the MIT License - see the LICENSE file for details.