0.2.8 • Published 8 years ago

koteky-lib v0.2.8

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

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

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.1.0

8 years ago