Socket
Socket
Sign inDemoInstall

okuna

Package Overview
Dependencies
19
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    okuna

Node.js API bindings for the Okuna social network.


Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Install size
2.65 MB
Created
Weekly downloads
 

Readme

Source

Okuna.js (beta)

Build Status Coverage Status npm version

A library for Node.js and the browser to connect to the Okuna API. This library is currently in public beta, so errors might appear here and there. If you've stumbled upon an error, please report it in the library's issue tracker.

Docs

You can read the library documentation here.

Contribution

Contribution is always welcome and appreciated!

Clone the repository:

git clone git@github.com:jozsefsallai/okuna.js.git
cd okuna.js

Install the dependencies:

npm i -g yarn
yarn

To run a development build:

yarn watch

To make a single build of the files:

yarn build

To build for both Node and the browser, run:

yarn prepare

Make sure that your changes pass linting:

yarn lint

...and that your tests are okay:

yarn test

Keywords

FAQs

Last updated on 17 Aug 2019

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