Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

alvarolorentedev/koteky-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published