🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

natlas-api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

natlas-api

A Node.JS API for Natlas which scales network scanning

latest
npmnpm
Version
1.1.1
Version published
Weekly downloads
7
-12.5%
Maintainers
1
Weekly downloads
 
Created
Source

A Node.js API for Natlas

📝 Table of Contents

  • About
  • Getting Started
  • Usage
  • Built Using

🧐 About

NatlasAPI is a Node.js API that parses page content and retrieves data from the given page in a object oriented format.

Prerequisites

You will require NPM and NodeJS 14+

Debian / Ubuntu

# apt install npm nodejs -y

Installing

Simply install via the node package manager (NPM).

$ npm install natlas-api

🎈 Usage

Example.js

const natlasAPI = require("../src/natlas.js");
const natlas = new natlasAPI("URL TO A NATLAS SERVER");
(async function () {
  console.log(await natlas.getPage(1));
})();

⛏️ Built Using

Known Natlas Servers

Since Natlas is a self-hosted open-source server and not a single central entity.

I have compiled a list of 2 Natlas servers

Adding discovered Natlas servers

Email hash(@)skyn3t.in or create a PR on the git repository.

Notes

  • I am looking for someone to write a better README.md!
    • Create a PR on the github repository or email hash(@)skyn3t.in

Keywords

natlas

FAQs

Package last updated on 12 Feb 2021

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