Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DerSarco/newastro

Repository files navigation

New Astro API (Because the original one died LOL)

NOT A SERIOUS DEVELOPMENT (or maybe yes...)

Spanglish readme

Flask API para el curso Intermedio de Android de Aristidevs

DEMO

Agradecimientos

Por dedicarle tiempo a esta basura de proyecto, quiero expresar mis sinceros agradecimientos a:

API

Realizamos una peticion POST con la siguiente informacion en formato JSON

Method POST

{
"date": "2020-01-01",
"lang": "fr",
"sign": "Libra"
}

URL: https://newastro.vercel.app/

Respuesta del servidor:

{
"date":"2023-04-23",
"horoscope":"Apr 23, 2023 - Combine your discipline and expansiveness today and see what manifests. Concentrate on your investments and home. The energy of the day is quite powerful and not something to be taken lightly. You may have much greater control than you realize. Understand that you have to be the one to take the initiative in order to activate the magic of today.",
"icon":"http://127.0.0.1:5000/static/assets/zodiac-7.png",
"id":7,
"sign":"Libra"
}

Date and Lang se puede omitir de la siguiente manera

{
"sign": "Aries"
}

La respuesta deberia con la fecha actual y en su idioma general

{
"date":"2023-04-23",
"horoscope":"Apr 23, 2023 - Do something that inspires the passion within you, Aries. Don't be discouraged by setbacks - be motivated. Use discipline and patience to set your dreams in motion. Be realistic in your approach. The time has come to face the music. Whatever you do, don't shrink into the background and expect others to take care of things for you. The only one who acts in your best interests is you.",
"icon":"http://127.0.0.1:5000/static/assets/zodiac-1.png",
"id":1,
"sign":"Aries"
}

Metodo GET

Se envia el signo zodiacal a traves del PATH como se muestra a continuacion

URL: https://newastro.vercel.app/aries

El resto de parametros los pasamos por QUERY:

URL: https://newastro.vercel.app/aries?date=2022-04-20&lang=es

Que signos estan soportados?

  • aries
  • taurus
  • gemini
  • cancer
  • leo
  • virgo
  • libra
  • scorpio
  • sagittarius
  • capricorn
  • aquarius
  • pisces

Api docs fue agregado

Disclaimer

Las respuestas de la API son en el idioma que se te cante el orto , no prometemos traducciones correctas por que google da asco en traducir textos largos. Peace

About

Horoscope Python rest API for intermediate level Android Course

Topics

Resources

Readme

Stars

Watchers

Forks

Packages

Contributors