Neutrino API Node.js client using the native HTTP library
Neutrino API Node.js client using the native HTTP library
The official API client and SDK built by NeutrinoAPI
| Feature | |
|------------------|--------|
| Platform Version | >= 10 |
| HTTP Library | Native |
| JSON Library | Native |
| HTTP/2 | No |
| HTTP/3 | No |
| CodeGen Version | 4.7.1 |
First you will need a user ID and API key pair: SignUp
js
const neutrinoAPI = new NeutrinoAPIClient('', ' `Running Examples
`sh
$ node src/examples/bad-word-filter.js
`
You can find examples of all APIs in _src/examples/_Set the __'your-user-id'__ and __'your-api-key'__ values in the example to retrieve real API responses
Install using NPM
`sh
$ npm install neutrino-api-client-node
`
Then include the package in your project:
`js
const NeutrinoAPIClient = require("neutrino-api-client-node");
``