1.0.21 • Published 3 years ago

abec v1.0.21

Weekly downloads
-
License
Unlicense
Repository
github
Last release
3 years ago

abec

Abstract Bios Evolution Core

Installation

The abec library is a set of tools to use in JavaScript and runs both back-end and front-end, running inside the NodeJS -and web-browser platforms -respectively.

  • it can be installed locally on a Linux host via npm install abec
  • in can be referenced in the browser like this <script src="./somePathTo/abec.min.js"></scripr>

Examples

The full documentation elaborates a lot more than the few examples below, but these should get you up to speed read quick:

server-side

To create a local file-server: 1. in the host (server) terminal, navigate to the folder you want to host 2. run: abec host 3. done .. have a look at the console output, you should see a URL any local network user can access

If you want to have more control over this, have a look in the /dist/abec source-code. The allReady event is listened upon, same as shown in client-side, below.

client-side

Once you've added the abec script to your HTML, you can access all its tools when it's ready, like this:

listen("allReady").then(popwin("yo mama"));

(more to come)

This section currently under construction, more info to be disclosed, though the library works.

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago