0.2.0 • Published 2 years ago

time.ir-private-api v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Time.ir Mobile App Private Api

a lightweight module to work with time.ir private api

TODO's

  • method to get cities for religious times
  • get city religious times by id
  • get month event by month and year
  • convert time to other base's
  • a documention and examples

Usage

  1. install with npm
npm i time.ir-private-api
  1. use in your project
const Timeir = require("time.ir-private-api");

const time = new Timeir();

(async ()=>{

    const now = await time.now()
    const quote = await time.randomQuote()

    console.log(now,quote)

})();
0.2.0

2 years ago

0.1.0

2 years ago