embedvr / nahcrofdb.js

A simple client for NahcrofDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nahcrofdb.js

A simple client for NahcrofDB.

How do I use it?

First, import the package.

import NahcrofDB from "nahcrofdb.js";

Second, initialize the database with your username & API key.

const database = new NahcrofDB("username", "api_key");

Finally, do something with it!

await database.create("hello", "world!");

About

A simple client for NahcrofDB


Languages

Language:JavaScript 100.0%