loading-messages
v0.1.0
Published
Get Random Funny Loading Messages/Texts for your app.
Downloads
5
Maintainers
Readme
Loading Messages
Get Random Funny Loading Messages/Texts for your app.
:laughing: :relieved: :grinning: :stuck_out_tongue_winking_eye: :wink: :sweat_smile:
Get Started
NPM Module
Step 1. Install using
npm i loading-messages
Step 2. Get Random Messages
import { getRandomMessage } from "loading-messages";
console.log(getRandomMessage());
Rest API
You can also curl or HTTP fetch the endpoint to get all available messages :arrows_counterclockwise:
curl https://cdn.jsdelivr.net/gh/maddhruv/loading-messages/messages.json