datacord
v0.1.4
Published
Datacord API Wrapper
Downloads
2
Readme
Datacord
Promise based Datacord API wrapper for the browser and node.js
Information
- Uses axios to make http-requests
- Performant
- 100% coverage of the Datacord 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>