Skip to content

djcord/datacord.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datacord

npm version npm downloads

Promise based Datacord API wrapper for the browser and node.js

Information

  • Uses axios to make http-requests
  • Performant
  • 100% coverage of the Datahook API
  • Works on browser
  • Check out the documentation
  • Get an API key

Install

npmjs

npm i datacord@latest

jsDelivr CDN:

<script src="https://cdn.jsdelivr.net/npm/datacord/index.js"></script>

unpkg CDN:

<script src="https://unpkg.com/datacord/index.js"></script>