New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quickonline

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quickonline

Simple package makes quick.db, online data (it's simple)!

  • 1.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-38.46%
Maintainers
1
Weekly downloads
 
Created
Source

quickonline

  • Made For quick.db database to make it online
  • Report Bugs, Errors, Problems In Support Server

Usage 📕

  • starts ahost (use glitch or repl.it)
const quickonline = require('quickonline')
const host = new quickonline.host(8080) // port
host.start() // save the url of the project so u can use it on ur bot or whatever
  • Simple Exmaples
const quickonline = require('quickonline')
const dbo = new quickonline.bot("database url here")

dbo.set('wow', "hi")
// null > hi
console.log(await dbo.get("wow"))
// hi
dbo.add("math", 50)
// null > 50
dbo.subtract("math", 25)
// 50 > 25
dbo.delete("math")
// 25 > null
// sorry for these trash exms

Why quickonline

  • Fast and easy to use
  • This Package Is Made With 💖 By ! Darkboy🍭#9966

Keywords

FAQs

Package last updated on 04 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc