@bochilteam/scraper-primbon
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@bochilteam/scraper-primbon", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Primbon 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-primbon#readme", | ||
"files": [ | ||
"./lib/**/*.js" | ||
"lib/**/*.js", | ||
"lib/**/**.d.ts", | ||
"lib/**/package.json" | ||
], | ||
@@ -40,0 +42,0 @@ "dependencies": { |
@@ -7,2 +7,21 @@ # Primbon Scraper | ||
npm i @bochilteam/scraper-primbon | ||
``` | ||
``` | ||
## Usage | ||
Example get zodiac | ||
```ts | ||
// Import module | ||
import { getZodiac } from '@bochilteam/scraper-primbon' | ||
const data = getZodiac(1, 1) // The first argument is the month and the second argument is the date | ||
console.log(data) // 'capricorn' | ||
``` | ||
Example to get the meaning of the name | ||
```ts | ||
// Import module | ||
import { artinama } from '@bochilteam/scraper-primbon' | ||
const data = await artinama('Windah basudara') | ||
console.log(data) // String | ||
``` | ||
[Documentation](https://bochilteam.github.io/scraper/modules/_bochilteam_scraper_primbon.html) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
21045
25
457
0
26