Socket
Socket
Sign inDemoInstall

neutrino-api-client-node

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    neutrino-api-client-node

Neutrino API Node.js client using the native HTTP library


Version published
Weekly downloads
42
increased by10.53%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.13

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

Keywords

FAQs

Last updated on 27 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc