4.6.16 • Published 11 months ago

neutrino-api-client-node v4.6.16

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

NeutrinoAPI Node Native SDK

Neutrino API Node.js client using the native HTTP library

The official API client and SDK built by NeutrinoAPI

Feature
Platform Version>= 10
HTTP LibraryNative
JSON LibraryNative
HTTP/2No
HTTP/3No
CodeGen Version4.6.16

Getting started

First you will need a user ID and API key pair: SignUp

To Initialize

const neutrinoAPI = new NeutrinoAPIClient('<your-user-id>', '<your-api-key');

Running Examples

$ 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

$ npm install neutrino-api-client-node

Then include the package in your project:

const NeutrinoAPIClient = require("neutrino-api-client-node");

For Support

Contact us