A web application that extracts and formats prepaid token information from WZPDCL (West Zone Power Distribution Company Limited) SMS messages.
- 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
- Paste your WZPDCL SMS message in the input field
- The application will automatically extract and display the token information
- Click "Copy All" to copy the formatted token information to your clipboard
- Click the receipt icon to view your saved tokens
- Click "Clear" to clear the current input and results
This project is built with:
- Astro - The web framework
- Tailwind CSS - For styling
- Iconify - For icons via unplugin-icons
- Node.js (v18 or later)
- npm or yarn
# 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# Start the development server
npm run devThe application will be available at http://localhost:4321
# Build for production
npm run build
# Preview the production build
npm run preview