1.0.1 • Published 10 months ago

fun-facts-about-programming v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Fun Facts About Programming

A simple npm package that provides random fun facts about programming. This package includes at least 1000 interesting, quirky, and educational facts about programming.

Installation

You can install the package using npm:

npm install fun-facts-about-programming

Or you can install it globally:

npm install -g fun-facts-about-programming

Usage

To use the package, import it and call the getRandomFact function to get a random programming fun fact.

Example

const { getRandomFact } = require('fun-facts-about-programming');

console.log(getRandomFact());

Output

The first computer programmer was Ada Lovelace.

License

This package is licensed under the MIT License.

1.0.1

10 months ago

1.0.0

10 months ago