Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bochilteam/scraper-primbon

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bochilteam/scraper-primbon - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/@types/index.d.ts

8

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc