https://github.com/ab20zip/bclmrwxy-100
Believe, Create, Love More, Reach Wide, Xpress Yourself - 100.
https://github.com/ab20zip/bclmrwxy-100
motivation motivational-quotes ruby
Last synced: over 1 year ago
JSON representation
Believe, Create, Love More, Reach Wide, Xpress Yourself - 100.
- Host: GitHub
- URL: https://github.com/ab20zip/bclmrwxy-100
- Owner: Ab20zip
- License: mit
- Created: 2024-06-30T17:20:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T13:34:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T23:45:31.622Z (over 1 year ago)
- Topics: motivation, motivational-quotes, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# BCLMRWXY-100
This Ruby terminal application fetches motivational quotes from a free API and displays them in the terminal.
## Context
The purpose of this project is to create a simple terminal-based application that fetches motivational quotes from an
external API and displays them directly in the terminal. It demonstrates basic HTTP request handling in Ruby and JSON
parsing to extract and display the quote.
## Hidden Meaning
The name of this project, **BCLMRWXY-100**, holds a hidden meaning:
- **B**: Believe
- **C**: Create
- **L**: Love
- **M**: More
- **R**: Reach
- **W**: Wide
- **X**: eXpress
- **Y**: Yourself
- **100**: Represents giving 100% effort and commitment to everything you do.
This sequence encourages you to approach tasks and life with a mindset of belief, creativity, love, broad reach,
expressive communication, and personal dedication.
## Running the Application
To run the application, make sure you have Ruby installed on your system. Then, execute the following command:
```bash
ruby bclmrwxy-100.rb
```