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

adc-directive

v1.5.2

Published

adc-directive เป็น JavaScript/TypeScript utility library ที่รวบรวมฟังก์ชันการทำงานที่จำเป็นในการพัฒนาแอปพลิเคชันสมัยใหม่ ออกแบบมาเพื่อช่วยลดความซับซ้อนของโค้ดและสร้างมาตรฐานในการพัฒนา ผ่านการกลั่นกรองจากประสบการณ์การทำงานกว่า 10 ปี

Downloads

164

Readme

🚀 ADC Directive

adc-directive เป็น JavaScript/TypeScript utility library ที่รวบรวมฟังก์ชันการทำงานที่จำเป็นในการพัฒนาแอปพลิเคชันสมัยใหม่ ออกแบบมาเพื่อช่วยลดความซับซ้อนของโค้ดและสร้างมาตรฐานในการพัฒนา ผ่านการกลั่นกรองจากประสบการณ์การทำงานกว่า 10 ปี

🌟 Documentation & Resources

✨ จุดเด่น

  • 🎯 ใช้งานง่าย: API ที่เรียบง่าย เข้าใจได้ทันที เหมาะสำหรับการทำงานเป็นทีม
  • 🔄 Cross-Framework: รองรับทุก Framework ยอดนิยม (JavaScript, TypeScript, React, Vue, Angular, PHP Laravel)
  • ⚡️ Zero Dependencies: เป็น Pure JavaScript ไม่มี Dependencies ภายนอก ทำให้ใช้งานได้อย่างยืดหยุ่น
  • ✅ Production-Ready: ผ่านการทดสอบอย่างครบถ้วน พร้อมใช้งานในระบบ Production
  • 💾 Built-in Caching: ระบบ Cache ในตัว รองรับ localStorage, sessionStorage และ memory cache

📦 การติดตั้ง

npm install adc-directive
# หรือ
yarn add adc-directive

🚀 เริ่มต้นใช้งาน

import * as dc from 'adc-directive'

// ตัวอย่างการใช้งานพื้นฐาน
const text = dc.toCombineText(['Hello', 'World', '2024'], ' ')
console.log(text) // 'Hello World 2024'

// การจัดการข้อความ
const key = dc.toHasKey('Product-Name 123')

// การจัดการตัวเลข
const price = dc.toCurrency(1234.56, 2) // '1,234.56'

// การตรวจสอบข้อมูล
const validation = dc.validateObject(
    formData,
    ['email', 'password'],
    'UserForm'
)

🛠️ Core Features

1. Data Transformation (dc.to)

  • แปลงข้อมูลระหว่างรูปแบบต่างๆ
  • รองรับการทำงานแบบ Functional Programming
  • ผลลัพธ์เป็น Type เดียวกันเสมอ

2. Validation System (dc.validate)

  • ตรวจสอบความถูกต้องของข้อมูล
  • รายงานผลแบบละเอียดพร้อมข้อความ
  • รองรับการตรวจสอบแบบ Nested Object

3. HTTP Client (dc.ADC)

  • จัดการ HTTP Requests อย่างมีประสิทธิภาพ
  • ระบบ Cache อัตโนมัติ
  • รองรับ REST และ GraphQL

4. Date & Time Management (dc.moment)

  • จัดการวันเวลาอย่างยืดหยุ่น
  • รองรับภาษาไทยและอังกฤษ
  • คำนวณความต่างของเวลา

🎯 ตัวอย่างการใช้งาน

การจัดการ HTTP Requests พร้อม Cache

const api = new dc.ADC()

const getProducts = async () => {
    const response = await api.request({
        baseURL: 'https://api.example.com/products',
        method: 'GET',
        storage: 'localStorage',
        timeToLive: 30 * 60 * 1000, // 30 นาที
    })
    return response.data
}

การตรวจสอบข้อมูลฟอร์ม

const validateForm = (formData) => {
    const result = dc.validateObject(
        formData,
        ['email', 'password', 'user.profile.name'],
        'RegistrationForm'
    )

    if (result.status === 1) {
        console.log('การตรวจสอบผ่าน!')
    } else {
        console.error(result.message)
    }
}

🔧 การพัฒนาและการมีส่วนร่วม

เราเปิดรับการมีส่วนร่วมจากชุมชน! หากคุณพบปัญหาหรือมีข้อเสนอแนะ:

  1. 🐛 รายงานปัญหา
  2. 🔀 ส่ง Pull Request
  3. 💡 แบ่งปันไอเดีย

📄 License

MIT License - คุณสามารถใช้งานได้อย่างอิสระทั้งในโครงการส่วนตัวและเชิงพาณิชย์


⭐️ หากคุณชอบ ADC Directive อย่าลืมให้ดาวที่ GitHub Repository ของเรา!