fun-facts-about-programming
v1.0.1
Published
outputs fun facts about programming
Downloads
10
Readme
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.