https://github.com/ferryops/logam-mulia
https://github.com/ferryops/logam-mulia
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ferryops/logam-mulia
- Owner: ferryops
- Created: 2024-08-16T12:48:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T17:26:57.000Z (over 1 year ago)
- Last Synced: 2025-03-15T18:25:42.881Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://logam-mulia.vercel.app
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API Public
Mini project, bikin API public dengan scraping (cheerio) dan framework Next.js
```
https://logam-mulia.vercel.app/
```
### List Website
- [Logam Mulia](https://logammulia.com)
### Menu
- [Cek Harga Emas Antam](https://logam-mulia.vercel.app/cek-harga-emas-antam)
- [Cek Harga Buyback Emas Antam](https://logam-mulia.vercel.app/cek-harga-buyback-emas-antam)
## Endpoint API
### 1. **[GET] /api/price-gold-antam-buy**
**Deskripsi:** Mengembalikan harga beli emas Antam.
**Response:**
```json
[
[1741853651000, 1563000],
[1741939773000, 1591000],
[1742026986000, 1588000]
]
```
### 2. **[GET] /api/price-gold-antam-sell**
**Deskripsi:** Mengembalikan harga jual emas Antam.
**Response:**
```json
[
[1741853651000, 1563000],
[1741939773000, 1591000],
[1742026986000, 1588000]
]
```