New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neutrino-api-client-node

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 4.6.16
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
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.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

Keywords

FAQs

Package last updated on 26 Aug 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc