All Projects β†’ OkunaOrg β†’ okuna-js

OkunaOrg / okuna-js

Licence: MIT License
🌈 Okuna API wrapper for the browser and Node

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to okuna-js

okuna-web
🌈 Okuna for the web.
Stars: ✭ 65 (+306.25%)
Mutual labels:  social, okuna
timezone-bot
🌐 Timezone notifier bot for Discord
Stars: ✭ 44 (+175%)
Mutual labels:  social
api
Central API for Prisma
Stars: ✭ 45 (+181.25%)
Mutual labels:  social
Pix
🎨 Pix is an online pixel art community where everyone can unleash their creativity on a 16x16 canvas, built with React-Native for iOS devices. πŸš€
Stars: ✭ 86 (+437.5%)
Mutual labels:  social
hashtag.io
Hashtag.io is a PHP based social networking website, which supports exclusive multimedia content, sharing and private or group messaging service.
Stars: ✭ 64 (+300%)
Mutual labels:  social
syndication-links
Add and Display Syndication Links
Stars: ✭ 26 (+62.5%)
Mutual labels:  social
forum
real-time forum software written in javascript. could very well replace your old phpBB forum (it replaced ours). react+redux, node, postgres.
Stars: ✭ 28 (+75%)
Mutual labels:  social
pH4Social
πŸ“£ Social Networking Software built with Laravel PHP framework and Bootstrap.
Stars: ✭ 27 (+68.75%)
Mutual labels:  social
gsc-core
The core of GSC blockchain
Stars: ✭ 73 (+356.25%)
Mutual labels:  social
OpenComplaintNetwork
OCN is a public redressal system and open police complaint filing system on Blockchain.
Stars: ✭ 20 (+25%)
Mutual labels:  social
hej
Hej! is a simple authentication boilerplate for Socialite.
Stars: ✭ 111 (+593.75%)
Mutual labels:  social
exorium
esquire, a multifunctional bot to fit your needs.
Stars: ✭ 15 (-6.25%)
Mutual labels:  social
flutter campus social app
Large campus social app developed with flutter η”±flutterεΌ€ε‘ηš„ε€§εž‹ζ ‘ε›­η€ΎδΊ€app
Stars: ✭ 60 (+275%)
Mutual labels:  social
SocialOrbitLayout
Kotlin based custom view to show floating objects that can be used for social apps.
Stars: ✭ 28 (+75%)
Mutual labels:  social
ts-serverless
Telar Social Network using OpenFaaS and Kubernetes. Run your own server-less social network. One command from OpenFaaS Cloud to build Social Network.
Stars: ✭ 34 (+112.5%)
Mutual labels:  social
Lingado
πŸ“± An app that allows you to connect with people instantly on Facebook, Snapchat, Instagram, Twitter, and LinkedIn
Stars: ✭ 14 (-12.5%)
Mutual labels:  social
react-custom-share
Social media share buttons for ReactJS. Use one of the built-in button themes or create a custom one from scratch.
Stars: ✭ 47 (+193.75%)
Mutual labels:  social
pro-chat
Full featured chat app built with πŸ’™ Expo & Firebase πŸ”₯
Stars: ✭ 24 (+50%)
Mutual labels:  social
helloworld
federated social web blog and RSS reader
Stars: ✭ 22 (+37.5%)
Mutual labels:  social
OSINT-TOOLS-CLI
THIS IS A CLI VERSION OF THE CHEAT SHEET FOR EASY ACCESS. IT CAN BE NAVIGATED WITHOUT USING COMMANDS.
Stars: ✭ 32 (+100%)
Mutual labels:  social

Okuna logo

npm version CircleCI Maintainability Test Coverage gitmoji badge

Okuna.js (beta) - 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.

Table of Contents

Requirements

Installation

You can install the library using npm:

npm i okuna

or Yarn:

yarn add okuna

Documentation

You can read the library documentation here.

Contributing

There are many different ways to contribute to the project's development, just find the one that best fits with your skills and open an issue/pull request in the repository.

Examples of contributions we love include:

  • Code patches
  • Bug reports
  • Patch reviews

Code of Conduct

Please read and follow our Code of Conduct.

License

Every contribution accepted is licensed under MIT or any later version. You must be careful to not include any code that can not be licensed under this license.

Please read carefully our license and ask us if you have any questions.

Responsible disclosure

Cyber-hero? Check out our Vulnerability Disclosure page.

Other issues

We're available almost 24/7 in the Okuna slack channel. Join us!

Git commit message conventions

Help us keep the repository history consistent πŸ™!

We use gitmoji as our git message convention.

If you're using git in your command line, you can download the handy tool gitmoji-cli.

Getting Started

Clone the repository:

git clone [email protected]:jozsefsallai/okuna.js.git
cd okuna.js

Install the dependencies:

npm install

To run a development build:

npm run watch

To make a single build of the files:

npm run build

To build for both Node and the browser, run:

npm run prepare

Make sure that your changes pass linting:

npm run lint

...and that your tests are okay:

npm run test

Happy coding πŸŽ‰!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].