Skip to content

Unofficial Nepali Rashifal API which extracts horoscope predictions from hamropatro.com

Notifications You must be signed in to change notification settings

Grizz1e/rashifal-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RashiFal-API

A simple server that parses and serves json of different horoscope predictions in Nepali language from HamroPatro.com


ENDPOINTS:

https://rashifal-api.herokuapp.com/api/{your_sunsign}  

USAGE:

GET https://rashifal-api.herokuapp.com/api/leo  

RESPONSE:

{
  "sun_sign":"singha",
  "prediction":"अरुलाई प्रभावित पारेर काम बन्नेछ । बन्धु बान्धवबाट सहयोग मिल्नेछ । शैक्षिक क्षेत्रमा सफलता मिल्नेछ । मुद्दा–मामिलामा पनि विजयी भइनेछ । "
}

Made with ❤️ by Prabin Subedi

About

Unofficial Nepali Rashifal API which extracts horoscope predictions from hamropatro.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.5%