1.0.21 • Published 4 years ago

abec v1.0.21

Weekly downloads
-
License
Unlicense
Repository
github
Last release
4 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

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago