
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
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.
request@2.88.0+ library. npm should handle this for you when
installing aztro-js.npm install aztro-js --save
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)
If you encounter any bugs, please let me know by creating an issue or email me Srijit S Madhavan.
Please see the repository's CONTRIBUTING file.
aztroJS was created by Srijit S Madhavan.
- Aztro API and Pyaztro was created by Sameer Kumar.
- Thanks Sameer Kumar for Documentation reference.
- Source of horoscope updates - https://aztro.sameerkumar.website
and if I have neglected to mention someone, please let me know.
Please feel free to use and adapt this aztro-js NPM Package.
FAQs
aztro-js is a npm package for Aztro API written in NodeJS.
We found that aztro-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.