Skip to content

an api which returns information about zodiac signs in json format

Notifications You must be signed in to change notification settings

swaroopRajwal/zodiac-signs-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zodiac Signs api

api url - https://zodiac-signs-api.herokuapp.com/

How to use -

  1. To get all the zodiac signs data at once make a get requst on the /signs route.

  2. To get data for only one zodiac sign make a request make a get request on the /signs/<sign_name> route. For example

GET /signs/taurus
  1. To get data using birth day and month make a get request on the /date/<date> route. For example
GET /date/2001-04-23T12:00:00.000Z

This will return the data for Taurus sign.

About

an api which returns information about zodiac signs in json format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published