https://github.com/deno-sandbox/amazon
Check if Amazon website is available from the system IP
https://github.com/deno-sandbox/amazon
amazon deno typescript
Last synced: 2 months ago
JSON representation
Check if Amazon website is available from the system IP
- Host: GitHub
- URL: https://github.com/deno-sandbox/amazon
- Owner: Deno-Sandbox
- Created: 2022-04-24T07:25:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T07:39:31.000Z (about 4 years ago)
- Last Synced: 2025-03-18T00:14:39.059Z (over 1 year ago)
- Topics: amazon, deno, typescript
- Language: TypeScript
- Homepage: https://deno.land/x/amazon
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amazon
Amazon for deno:
- check if amazon website is online
```ts
import { Amazon } from "https://deno.land/x/amazon"
```