mirror of
https://github.com/tiennm99/exchange-rate-export.git
synced 2026-08-03 18:23:19 +00:00
docs: align README with current build and export reality
- Mention CSV alongside Excel in feature description - Drop npm/yarn/bun commands (project locks to pnpm 11.1.1) - Add Node 24+ / pnpm 11+ requirement note - Fix edit-page path: src/app/page.js
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# exchange-rate-export
|
||||
Fetch data from BIDV or Techcombank and export to Excel format.
|
||||
Fetch data from BIDV or Techcombank and export to Excel or CSV.
|
||||
|
||||
Features:
|
||||
- Choose BIDV or Techcombank.
|
||||
- Select time range.
|
||||
- View and export to Excel.
|
||||
- View and export to Excel or CSV.
|
||||
|
||||
Use data from :
|
||||
- https://bidv.com.vn/vn/ty-gia-ngoai-te
|
||||
@@ -16,21 +16,18 @@ This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-
|
||||
|
||||
## Getting Started
|
||||
|
||||
Requires Node.js 24+ and pnpm 11+.
|
||||
|
||||
First, run the development server:
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
# or
|
||||
yarn dev
|
||||
# or
|
||||
pnpm install
|
||||
pnpm dev
|
||||
# or
|
||||
bun dev
|
||||
```
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||
|
||||
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
|
||||
You can start editing the page by modifying `src/app/page.js`. The page auto-updates as you edit the file.
|
||||
|
||||
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user