You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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
npmnpm
Version published
Weekly downloads
1
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

website builder

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