Skip to content

Commit

Permalink
feat(providers): add new providers
Browse files Browse the repository at this point in the history
  • Loading branch information
mohantakeo committed Aug 11, 2022
1 parent 0dbcd51 commit 9bfeab6
Show file tree
Hide file tree
Showing 5 changed files with 938 additions and 546 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Type: `object`
Type: `string`

Service to use for shortening links. Defaults to `isgd`
Available providers: `'isgd'| 'cdpt'| 'kroom'| 'tinyurl'| 'tinube'| '4hnet'`
Available providers: `'isgd'| 'cdpt'| 'vgd'| 'tinube'| '4hnet'`

##### timeout

Expand All @@ -61,12 +61,12 @@ Url shortner supports the following providers.

| Provider | Status |
| ----------- | ------ |
| is.gd | ✔️ |
| cdpt.in | ✔️ |
| tinu.be | ✔️ |
| kroom.tk | x |
| tinyurl.com | x |
| 4h.net | X |
| is.gd | ✔️ |
| cdpt.in | x |
| tinu.be | ✔️ |
| v.gd | ✔️ |
| rb.gy | ✔️ |
| 4h.net | ✔️ |

## Contributing

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/ni": "^0.16.2",
"@types/node": "^18.0.0",
"@antfu/eslint-config": "^0.26.1",
"@antfu/ni": "^0.17.2",
"@types/node": "^18.7.1",
"bumpp": "^8.2.1",
"eslint": "^8.18.0",
"eslint": "^8.21.0",
"esno": "^0.16.3",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vitest": "^0.15.1"
"unbuild": "^0.8.8",
"vite": "^3.0.5",
"vitest": "^0.21.1"
},
"dependencies": {
"axios": "^0.27.2"
Expand Down
Loading

0 comments on commit 9bfeab6

Please sign in to comment.