Socket
Socket
Sign inDemoInstall

sitemap-b-framework

Package Overview
Dependencies
187
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sitemap-b-framework

Advanced Sitemap Management, Building, Deployment Framework


Version published
Weekly downloads
12
increased by500%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Sitemap B Framework

Advanced Sitemap Management, Building, Deployment Framework [Open Source]

Installation

npm i sitemap-b-framework --save

https://www.npmjs.com/package/sitemap-b-framework

Features

  • Simple and Advanced Sitemap with Index supported
  • Auto Deploy Generated Sitemap to S3 or Google Cloud Storage Buckets
  • Persistent Local JSON File as Database
  • Auto Build and Deploy to Buckets or Local Storage with Manual Trigger and CRON
  • Backup Sitemap JSON DB and Sitemap XML to Buckets with Manual Trigger and CRON
  • Webpages, Image, Video, News Sitemap Supported
  • Sitemap Links with Limit and Locking Constraints In Options

Usage

Simple Usage

var sitemapBFramework = require("../Sitemap-B-Framework/index");
var SitemapBFramework = new sitemapBFramework();

// sitemapItemAdd (loc , sitemapName @optional, lastmod @optional, changefreq @optional, priority @optional);
const data = await SitemapBFramework.sitemapItemAdd('https://example.com');
const data = await SitemapBFramework.sitemapBuildAndDeploy();

// Sitemap XML will be generated at ./sitemap-xml/build folder;

Advanced Usage


[Documentation Development In Progress, GA by june,2020 ]

Maintainers

License

See LICENSE file.

Development In Progress [GA by june,2020 ]

Keywords

FAQs

Last updated on 13 May 2020

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