https://github.com/nikumu/lynch
https://github.com/nikumu/lynch
david-lynch elixir elixir-lang
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikumu/lynch
- Owner: nikumu
- Created: 2025-01-16T23:47:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T16:38:10.000Z (12 months ago)
- Last Synced: 2025-01-17T17:28:02.214Z (12 months ago)
- Topics: david-lynch, elixir, elixir-lang
- Language: Elixir
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lynch
Lynch is a simple tool that generates a random quote from the surreal and enigmatic films of David Lynch. This project aims to bring a touch of Lynch's unique cinematic universe to your daily coding experience.
## Features
- Randomly selects a quote from a collection of famous lines in David Lynch's movies.
- Includes quotes from iconic films like *Mulholland Drive*, *Twin Peaks*, *Blue Velvet*, and more.
- Lightweight and easy to use.
## Installation
To get started with Lynch, you can install it via **mix** in Elixir. Here's how you can set it up:
1. Clone the repository:
```bash
git clone https://github.com/nikumu/lynch.git
cd lynch
```
2. Install dependencies:
```bash
mix deps.get
```
3. Run the application:
```bash
iex -S mix
```
4. Call the function to get a random Lynch quote:
```elixir
Lynch.generate_random_quote()
```
### Example Output
```elixir
"Lynch is the answer, no matter the question."
```