New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

aztro-js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aztro-js

aztro-js is a npm package for Aztro API written in NodeJS.

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

aztro-js

aztro-js is a npm package for aztro written in NodeJS.

aztro provides horoscope info for sun signs such as Lucky Number, Lucky Color, Mood, Color, Compatibility with other sun signs, description of a sign for that day etc.

Documentation for aztro API is available here, documentation for aztro-js is under development.

Requirements

  • Node 6.14.4+ (Recommended)
  • The request@2.88.0+ library. npm should handle this for you when installing aztro-js.
  • This package requires a stable internet connection to call the aztro API

Installation

npm install aztro-js --save

Example Usage

const aztroJs = require("aztro-js")

let sign = 'aries'
let property = 'color'

//Get all horoscope i.e. today's, yesterday's and tomorrow's horoscope
aztroJs.getAllHoroscope(sign, function(res) {
    console.log(res)
})

//Get today's horoscope
aztroJs.getTodaysHoroscope(sign, function(res) {
    console.log(res)
})

//Get tomorrow's horoscope
aztroJs.getTomorrowsHoroscope(sign, function(res) {
    console.log(res)
})

//Get yesterday's horoscope
aztroJs.getYesterdaysHoroscope(sign, function(res) {
    console.log(res)
})

//Get a perticular property horoscope
aztroJs.getYesterdaysHoroscope(sign, function(res) {
    console.log(res)
}, property)

Support

If you encounter any bugs, please let me know by creating an issue or email me Srijit S Madhavan.

Contributing

Please see the repository's CONTRIBUTING file.

Say Thanks

Say Thanks

Donate

Paypal

Credits

aztroJS was created by Srijit S Madhavan.

and if I have neglected to mention someone, please let me know.

Please feel free to use and adapt this aztro-js NPM Package.

image

Keywords

aztro

FAQs

Package last updated on 29 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts