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

website-build

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

website-build

This lets you create beautiful websites on your local machine. You can do this by doing the following

  • 1.0.0
  • beta
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
0
Weekly downloads
 
Created
Source

website-build

This lets you create beautiful websites on your local machine. You can do this by doing the following

How to Use

To use this, first, install it by doing:

npm install website-build

Then, require it in your code and initialize it. Normally, you would use 'guest':

const { guest, values: builderConstants } = require('website-build');

const page = guest().newPage(3000) // 3000 is the localhost port.
page.config({title: "Test"})

In page, you can add stuff to your page like tables, headings and more.

You can also do custom styles.

FAQ

How do I add custom styles?

To add custom styles, in page, do:

page.style(`css_here`)

Is this free?

While the API key management isn't implemented, it is free, but when the API keys are implemented, it will be £3.99 per month.

Keywords

FAQs

Package last updated on 22 Sep 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