0.0.1 • Published 2 years ago

@ruebinary/famavolat v0.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

🕊️ fama volat

small and utilitarian JavaScript package for HTTP requests

fama volat currently only supports POST and GET, strictly with JSON payloads as the package is currently maintained only for my own needs.

const fv = require('@ruebinary/famavolat')

fv.get(url)
fv.post(url, json)

copyright (c) ruebinary 2022 under gnu gpl v3 license