Random.org API client library for JavaScript.
Why?
- Simple syntax.
- Response normalisation.
- Sensible defaults.
- Automatic request encoding.
- Works in Node.js and in the browser.
- Actively Maintained.
Install
npm install rdo
Usage
const Rdo = ; const random = apiKey: "Some api key" ; random;// 6
API
See the documentation.