Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 867 Bytes

readme.md

File metadata and controls

33 lines (24 loc) · 867 Bytes

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>