Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Oct 13, 2024
1 parent dce4e71 commit 273772a
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 281 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

This is a simple Node.js API that allows you to search for tracks, artists, albums, and playlists on JioSaavn.

[![image](https://user-images.githubusercontent.com/23035000/116934239-b0d4a400-ac32-11eb-83f6-0c4119d59fa8.png)](https://dash.deno.com/new?url=https://raw.githubusercontent.com/appujet/jiosaavn-plugin-api/refs/heads/master/main.ts)


# API Endpoints
`/search/:query`
- **Method:** GET
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"hono": "jsr:@hono/hono@^4.6.4"
},
"tasks": {
"start": "deno run --allow-net main.ts"
"start": "deno run --allow-net src/mod.ts"
},
"compilerOptions": {
"jsx": "precompile",
Expand Down
277 changes: 0 additions & 277 deletions main.ts

This file was deleted.

Loading

0 comments on commit 273772a

Please sign in to comment.