1.1.0 • Published 2 months ago

nahcrofdb.js v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

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!");
1.1.0

2 months ago

1.0.0

4 months ago