Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roziscoding/pix-me
https://github.com/roziscoding/pix-me
hacktoberfest
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roziscoding/pix-me
- Owner: roziscoding
- Created: 2021-04-26T15:51:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T04:39:29.000Z (over 2 years ago)
- Last Synced: 2024-12-12T08:39:37.005Z (about 1 month ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 308 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# pix-me
Create PIX codes to use via QRCode or Pix-Copy-Paste
## Installation
```sh
npm i pix-me
```## Usage
```typescript
import { pix } from "pix-me";console.log(pix({
key: "26385709906",
city: "Cidade",
name: "FULANO DE TAL",
}));// 00020126330014br.gov.bcb.pix0111263857099065204000053039865802BR5913FULANO DE TAL6006Cidade62070503***6304151C
```See tests for more examples