random-health-tip
v0.0.1
Published
A package to get a random health tip
Maintainers
Readme
random-health-tip
A tiny npm package that returns a random health tip.
Installation
npm install random-health-tipUsage
const { getRandomHealthTip } = require('random-health-tip');
console.log(getRandomHealthTip());