Socket
Socket
Sign inDemoInstall

sparsejs

Package Overview
Dependencies
7
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparsejs

Package that allows you to easily use the sparse api within js.


Version published
Maintainers
1
Weekly downloads
6

Weekly downloads

Readme

Source

Sparse JS

Sparse JS, allows you to use the https://sparse.pw/ api, and easily decode the output!

Getting Started

const sparse = require('sparsejs')
 
 // Join our discord to request a key! (https://sparse.pw/discord)
 sparse.auth({key:"yourkeyhere"})
 
 // Calling an API
 sparse.cat().then(console.log)
 // All API's will return a promise, so you will need to resolve it.
 
 // Calling an API that requires input
 sparse.password(32).then(console.log)
 ```

Keywords

FAQs

Last updated on 16 Feb 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc