mirror of
https://github.com/ryanwtf7/hianime-api.git
synced 2026-04-17 13:31:44 +00:00
feat: hianime-api v2.0.0 modernization
This commit is contained in:
21
README.md
21
README.md
@@ -116,27 +116,6 @@ Make sure you have Bun.js installed on your system.
|
||||
https://bun.sh/docs/installation
|
||||
```
|
||||
|
||||
### NPM Usage
|
||||
|
||||
**Run via CLI (npx):**
|
||||
|
||||
```bash
|
||||
npx @ryanwtf7/hianime-api
|
||||
```
|
||||
|
||||
**Install as Library:**
|
||||
|
||||
```bash
|
||||
npm install @ryanwtf7/hianime-api
|
||||
```
|
||||
|
||||
**Usage as Library:**
|
||||
|
||||
```javascript
|
||||
import app from '@ryanwtf7/hianime-api';
|
||||
// Mount app or use fetch handler
|
||||
```
|
||||
|
||||
### Local Setup
|
||||
|
||||
**Step 1:** Clone the repository
|
||||
|
||||
Reference in New Issue
Block a user