Horoscope birth chart: horoscope birth chart script

Recommend this page to a friend!
  All requests RSS feed  >  Horoscope birth chart  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Horoscope birth chart

A request is featured when there is no good recommended package on the site when it is posted. Edit

Picture of eswarresh by eswarresh - 9 years ago (2015-01-25)

horoscope birth chart script

This request is clear and relevant.
This request is not clear or is not relevant.

+1

I need to generate a chart for the horoscope given the birth day date.

  • 2 Clarification requests
  • 1. Picture of jino by jino - 9 years ago (2015-01-27) Reply

    So What is your Exact requirement, The nice Chart or the database of the horospe based on date? if you are looking for the database, this could not be the right place dear.

    • 2. Picture of jino by jino - 9 years ago (2015-01-27) Reply

      So What is your Exact requirement, The nice Chart or the database of the horospe based on date? if you are looking for the database, this could not be the right place dear.

      Ask clarification

      1 Recommendation

      JavaScript Zodiac Sign: Get the Zodiac sign for a given date

      This recommendation solves the problem.
      This recommendation does not solve the problem.

      +1

      Picture of Pierre FAUQUE by Pierre FAUQUE package author package author Reputation 30 - 8 years ago (2015-06-25) Comment

      Hello, It's not easy to compute in javascript a complete chart with the position of all planets for a given date of birth. The Kepler's laws are complex and each planet has its own parameters. You can see an example for the computation of the sun position only for a given date in the mentioned package. But if you need to build an horoscope, you have just to determine the sun position to know the zodiacal sign (the zodiacal sign for a date is the sign in which the sun is in it for that date). If you only need that, maybe the package 366 will help you. Let me know if you have found a solution to your project.

      • 1 Comment
      • 1. Picture of Pierre FAUQUE by Pierre FAUQUE package author package author - 8 years ago (2015-06-25) Reply

        With that package you can write something like this (if 'birthdate' is the variable holding the concerned date) :

        birthdate = new Date(year, month, day); switch(birthdate.getSign()) {

        case 'aries': horoscope = "horoscope for aries"; break;
        /and so on.../
        case 'pisces': horoscope = "horoscope for pisces"; break;
        
        

        } document.write(horoscope);


      Recommend package
      : 
      :