1.0.0 • Published 10 months ago

website-build v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
10 months ago

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.

1.0.0

10 months ago

0.0.1

7 years ago