Skip to content

Commit

Permalink
cekRekening
Browse files Browse the repository at this point in the history
  • Loading branch information
wbagazk committed Feb 2, 2025
0 parents commit c3f4ea7
Show file tree
Hide file tree
Showing 28 changed files with 14,025 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended-type-checked",
"plugin:react-hooks/recommended",
"plugin:react/recommended",
"plugin:react/jsx-runtime",
],
ignorePatterns: ["dist", ".eslintrc.cjs"],
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
project: ["./tsconfig.json", "./tsconfig.node.json"],
tsconfigRootDir: __dirname,
},
plugins: ["react-refresh"],
rules: {
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },
],
},
};
51 changes: 51 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload dist repository
path: "./dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules/
dist/
dist-ssr/
*.local/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Cek Nama Rekening

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Cek Nama Rekening

#### DISCLAIMER

Cek Nama Rekening bersifat gratis, API dapat digunakan oleh siapapun dan dimanapun tanpa dipungut biaya apapun. Beberapa bank/e-wallet mungkin tidak dapat digunakan karena beberapa alasan. Kami tidak bertanggung jawab atas kerugian yang ditimbulkan oleh penggunaan software ini.

---

### Deskripsi

Sebuah software simple untuk Cek Nama Rekening kamu atau orang lain, dengan memasukan nomor rekening kamu akan mendapatkan nama pemilik rekening tersebut.

### Fitur

- [x] Cek Nama Rekening
- [x] Hampir semua bank/e-wallet di Indonesia termasuk bank daerah didukung (BCA, BNI, BRI, BTN, CIMB, Danamon, GoPay, Jenius, LinkAja, Mandiri, OVO, ShopeePay, dll)
- [x] API dokumentasi bisa dilihat di [https://documenter.getpostman.com/view/17822564/2s9YJaYPNQ]('[https://documenter.getpostman.com/view/17822564/2s9YJaYPNQ](https://documenter.getpostman.com/view/31839079/2sAYQgi8yL)')
- [x] Web version bisa dilihat di [https://cekrekening.github.io/]('https://cekrekening.github.io/')
64 changes: 64 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!doctype html>
<html lang="en" data-theme="synthwave">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CekRek - Cek Nama Rekening Bank/e-Wallet Indonesia</title>
<meta
name="title"
content="CekRek - Cek Nama Rekening Bank/e-Wallet Indonesia"
/>
<meta
name="description"
content="Cek Nama Rekening Indonesia, Free API Cek Rekening, API Cek Nama Rekening"
/>
<meta
name="keywords"
content="free api cek rekening, api cek rekening, cekrek api, cek rekening api, api cek rekening gratis, cek nama rekening api, cek nama rekening gratis"
/>
<meta name="robots" content="index, nofollow" />

<meta property="og:type" content="website" />
<meta property="og:url" content="https://cekrekening.github.io/" />
<meta
property="og:title"
content="CekRek - Cek Nama Rekening Bank/e-Wallet Indonesia"
/>
<meta
property="og:description"
content="Free API Cek Rekening, API Cek Nama Rekening, Cek Nama Rekening Indonesia"
/>
<meta
property="og:image"
content="https://cekrekening.github.io/logo.png"
/>

<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="cekrekening.github.io" />
<meta property="twitter:url" content="https://cekrekening.github.io/" />
<meta
name="twitter:title"
content="CekRek - Cek Nama Rekening Bank/e-Wallet Indonesia"
/>
<meta
name="twitter:description"
content="Free API Cek Rekening, API Cek Nama Rekening, Cek Nama Rekening Indonesia"
/>
<meta
name="twitter:image"
content="https://cekrekening.github.io/logo.png"
/>
<link rel="icon" href="https://cekrekening.github.io/favicon.ico" />

<meta
name="google-site-verification"
content="NQISdBMyviFHiHZMxGWEcmjxOwD1rxlmjuKgZuugt6c"
/>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
Loading

0 comments on commit c3f4ea7

Please sign in to comment.