burningsoul-api

Client for Burningsoul's APIs

Usage no npm install needed!

<script type="module">
  import burningsoulApi from 'https://cdn.skypack.dev/burningsoul-api';
</script>

README

Burningsoul API Client npm Package

How to Use

  • Install the package

    npm install burningsoul-api

  • Add to code

    var api_client = require(burningsoul-api);

  • Usage

   var moon = api_client.moon(unixtimestamp,callback(result){
       /* do something with result*/
   });