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

https://github.com/appsechq/maritime

A demo application.
https://github.com/appsechq/maritime

developer-tools development

Last synced: 17 days ago
JSON representation

A demo application.

Awesome Lists containing this project

README

          

# Maritime Application

A simple Python hello world application for demonstration purposes.

## Features

- Colorful terminal output
- Fetches random fun facts from an API
- Displays current timestamp
- Demonstrates usage of external dependencies

## Dependencies

This application uses the following Python packages:
- `requests` - For making HTTP requests
- `colorama` - For colored terminal output
- `python-dateutil` - For enhanced date/time handling

## Installation

1. Clone the repository:
```bash
git clone https://github.com/AppSecHQ/maritime.git
cd maritime
```

2. Install dependencies:
```bash
pip install -r requirements.txt
```

## Usage

Run the application:
```bash
python app.py
```

## Requirements

- Python 3.6 or higher
- Internet connection (for fetching fun facts)