Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samwson/quote-of-the-day

A simple program that shows a random quote on demand.
https://github.com/samwson/quote-of-the-day

pharo pharo-smalltalk quotes smalltalk

Last synced: about 1 month ago
JSON representation

A simple program that shows a random quote on demand.

Awesome Lists containing this project

README

        

# Quotes

A program to show a randomly selected quote on demand.

## Loading Via Baseline

To load the project into a Smalltalk image run the following code:

```smalltalk
Metacello new
githubUser: 'samwson'
project: 'quote-of-the-day'
commitish: ''
path: '';
baseline: 'SWQuoteOfTheDay';
load
```

## Usage

To run the program use `SWQuoteOfTheDay class>>#main`:

```smalltalk
SWQuoteOfTheDay main
```

## License

This is repository is open source software under the MIT license.