npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

telugify

v1.0.2

Published

Convert HTTP error messages to friendly Telugu responses! Perfect for adding a regional touch to your Node.js applications.

Downloads

17

Readme

Telugify - Telugu Error Messages for Developers 🚀

Telugify is a fun and expressive NPM library that converts HTTP error codes into meaningful, quirky, and humorous error messages in Telugu! Make your application logs more relatable for Telugu-speaking developers. 🎉

npm link ⬇️ https://www.npmjs.com/package/telugify

Telugify 🌟

npm version License

Convert HTTP error messages to friendly Telugu responses! Perfect for adding a regional touch to your Node.js applications.

Features ✨

  • Converts common HTTP error codes to Telugu messages
  • Easy to integrate
  • TypeScript friendly
  • Engaging error messages

Installation 📦

npm install telugify

Usage 💻 Here’s how you can use the telugify library in your project:

Example:------------------


app.get('/api/data', async (req, res) => {
  try {
    // Simulate an API operation (e.g., database query)
    const data = await fetchDataFromDatabase(); // Replace with actual DB function
    res.status(200).json({ success: true, data });
  } catch (error) {
    // Use Telugify to handle and display the error message
    telugify(error);

    // Respond with a generic message to the client
    res.status(error.response?.status || 500).json({
      success: false,
      message: 'An error occurred. Check server logs for details.',
    });
  }
});

Status Code Message :--------------


400	ఏరా! నువ్వు పంపిన రిక్వెస్ట్ అర్థం కావట్లేదురా, సరిగా చెయ్యి!
401	సరే రా, లాగిన్ చేయలేదు కదురా, అందుకే యాక్సెస్ లేదు!
403	ఏరా! నువ్వు ఈ జాగా అడుగు పెట్టలేరు రా, అడ్డా లేదురా!
404	ఏమిటి రా! {resource} ఇక్కడ ఎక్కడా కనబడట్లేదు రా!
405	ఈ రూట్ మీద {method} చేయలేం రా, డాక్యుమెంటేషన్ చూడరా!
408	ఏం సార్! నీ రిక్వెస్ట్ టైమ్ అవుట్ అయిపోయింది రా, ఇంకోసారి ట్రై చెయ్యి.
409	ఒక్కటే డేటాను రెండు సార్లు పోగొట్టడానికే ప్రయత్నించావా రా?
422	ఏరా! సరిగ్గా డేటా పంపి చెయ్యరా! ఇక్కడా తలకిందులు అయిపోయింది!
429	అబ్బో! సర్వర్ మీద బాగా హడావిడి చేసావురా, కాస్త ఆగు!
500	సర్వర్ గుండెల మీద భారంగా ఉంది రా, ఇబ్బంది పెట్టవద్దు!
502	సర్వర్ నుంచి మంచి సమాధానం రాలేదురా, ఇంకోసారి ప్రయత్నించు!
503	ఇప్పుడు సర్వర్ పనిలో లేకపోతున్నది రా, కాస్త సమయం తీసుకో!
504	సర్వర్ సమయం ఎక్కువ తీసుకుంటున్నది రా, ఇక్కడ ఇంకోసారి చెక్ చేయు!

Contributing 🤝

Want to contribute to Telugify? Feel free to:--------------------

  • Fork the repository.
  • Create a new branch.
  • Add your changes and create a pull request.
  • License 📝
  • This project is licensed under the MIT License.

Feel free to open issues or submit PRs to improve Telugify. Your support and feedback are appreciated! ❤️