@bochilteam/scraper-games
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@bochilteam/scraper-games", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Games data's scraper module", | ||
@@ -35,5 +35,7 @@ "main": "lib/cjs/index.js", | ||
}, | ||
"homepage": "https://github.com/BochilTeam/scraper#readme", | ||
"homepage": "https://github.com/BochilTeam/scraper/tree/master/packages/scraper-games#readme", | ||
"files": [ | ||
"./lib/**/*.js" | ||
"lib/**/*.js", | ||
"lib/**/**.d.ts", | ||
"lib/**/package.json" | ||
], | ||
@@ -40,0 +42,0 @@ "dependencies": { |
@@ -7,2 +7,13 @@ # Games data Scraper | ||
npm i @bochilteam/scraper-games | ||
``` | ||
``` | ||
## Usage | ||
Example get asahotak data: | ||
```ts | ||
// Import module | ||
import { asahotak } from '@bochilteam/scraper-games' | ||
const data = await asahotak() | ||
console.log(data) // JSON | ||
``` | ||
[Documentation](https://bochilteam.github.io/scraper/modules/_bochilteam_scraper_games.html) |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
56539
55
1258
0
18