Skip to content

anupdebnath/wzpdcl-prepaid-token-extractor

Repository files navigation

WZPDCL Prepaid Token Extractor

A web application that extracts and formats prepaid token information from WZPDCL (West Zone Power Distribution Company Limited) SMS messages.

WZPDCL Prepaid Token Extractor Screenshot

Features

  • Extract token information from WZPDCL SMS messages
  • Display formatted token data including:
    • Prepaid token
    • Sequence number
    • Meter number
    • Vending amount
    • Energy cost
    • Total charge
    • Meter rent
    • Demand charge
    • VAT
    • Rebate
  • Save tokens locally in your browser
  • View and manage saved tokens
  • Copy token information to clipboard
  • Responsive design for mobile and desktop

How to Use

  1. Paste your WZPDCL SMS message in the input field
  2. The application will automatically extract and display the token information
  3. Click "Copy All" to copy the formatted token information to your clipboard
  4. Click the receipt icon to view your saved tokens
  5. Click "Clear" to clear the current input and results

Development

This project is built with:

Prerequisites

  • Node.js (v18 or later)
  • npm or yarn

Installation

# Clone the repository
git clone https://github.com/anupdebnath/wzpdcl-prepaid-token-extractor.git

# Navigate to the project directory
cd wzpdcl-prepaid-token-extractor

# Install dependencies
npm install

Development Server

# Start the development server
npm run dev

The application will be available at http://localhost:4321

Build

# Build for production
npm run build

# Preview the production build
npm run preview

About

Resources

Stars

Watchers

Forks

Contributors