# epigrams-on-programming

> Node.js module that gives you a list of epigrams on programming from Alan J. Perlis.

Latest version **0.0.3** (published 2014-09-22) · 0 weekly downloads

## Install

```sh
npm install epigrams-on-programming
pnpm add epigrams-on-programming
yarn add epigrams-on-programming
bun add epigrams-on-programming
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2014-09-22 |
| First published | 2014-09-22 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Tomas Kafka |
| Maintainers | tomaskafka |
| Keywords | wisdom, epigrams, perlis, motd |

## Links

- npm: https://www.npmjs.com/package/epigrams-on-programming
- Repository: https://github.com/tkafka/epigrams-on-programming
- Issues: https://github.com/tkafka/epigrams-on-programming/issues
- npm.io page: https://npm.io/package/epigrams-on-programming

## Recent versions

- 0.0.3 (latest) — 2014-09-22
- 0.0.2 — 2014-09-22
- 0.0.1 — 2014-09-22

## README

Node.js module that gives you a list of epigrams on programming from [Alan J. Perlis](http://en.wikipedia.org/wiki/Alan_Perlis).

Use:

	var epigrams = require('epigrams-on-programming');
	
	var epigramOfTheDay = epigrams[Math.floor(Math.random()*epigrams.length)];
	
	console.log(epigramOfTheDay);

Epigrams taken from [http://pu.inf.uni-tuebingen.de/users/klaeren/epigrams.html](http://pu.inf.uni-tuebingen.de/users/klaeren/epigrams.html).

---
_Source: https://npm.io/package/epigrams-on-programming · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
