ragu-S / atomic-plugins-share

Atomic Plugins Share

Home Page:http://atomic-plugins.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atomic Plugins Share

This repo contains Share APIs designed using the Atomic Plugins paradigm. The API is available in JavaScript and we plan to add more languagues in the future:

You can contribute and help to create more awesome plugins.

##About Atomic Plugins

Atomic Plugins provide an elegant and minimalist API and are designed with portability in mind from the beginning. Framework dependencies are avoided by design so the plugins can run on any platform and can be integrated with any app framework or game engine.

#Provided APIs

##JavaScript API:

###API Reference

See API Documentation

###Introduction

Cocoon.Share class provides an easy to use API that can be used with different OSs.

###Setup your project

Releases are deployed to Cordova Plugin Registry. You only have to install the desired plugins using Cordova CLI, CocoonJS CLI or Ludei's Cocoon.io Cloud Server.

cordova plugin add cocoon-plugin-share;

The following JavaScript file is included automatically:

cocoon_share.js

###Example

	Cocoon.Share.share({
            message: "I have scored more points on Flappy Submarine!! Chooo choooo",
            image: "http://www.myserver.com/myimage.png"
        }, function(activity, completed, error){
            console.log("Share " + completed ? 'Ok' : 'Failed');
        });

#License

Mozilla Public License, version 2.0

Copyright (c) 2015 Ludei

See MPL 2.0 License

About

Atomic Plugins Share

http://atomic-plugins.com/

License:Mozilla Public License 2.0


Languages

Language:Java 49.7%Language:Objective-C 37.2%Language:JavaScript 13.1%