koteky-lib

shared library for the koteky project

Usage no npm install needed!

<script type="module">
  import kotekyLib from 'https://cdn.skypack.dev/koteky-lib';
</script>

README

drawing 4">

This is a set of base classes to inherit from to help creating plugins for koteky crossplatform social network manager application based on electron.

Usage

This project is still on development and is not ready for public use

add this package to your project

npm install koteky-lib --save

Post

declare a variable to be used

var post = require('koteky-lib').post;

instantiate posts by

var localPost = new post(date, origin, owner, content);

the content of a post will be taken in count as markdown

Roadmap

  • Implement post model
  • Implement plugin model

Credits

Social Network graphic by Freepik from Flaticon is licensed under CC BY 3.0.Dog graphic by Freepik and Folder graphic by Designerz Base from Flaticon are licensed under CC BY 3.0. Made with Logo Maker