Coder Social home page Coder Social logo

a382695908 / demo-js-wildfeed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wilddogteam/demo-js-wildfeed

0.0 1.0 0.0 4.73 MB

利用野狗开发的类似短微博的应用

Home Page: http://wildfeed.wilddogapp.com/

License: MIT License

Ruby 0.62% JavaScript 60.77% Shell 0.09% CSS 24.06% HTML 14.46%

demo-js-wildfeed's Introduction

demo-js-wildfeed

利用野狗javaScript Sdk开发的类似的微博的社交应用。

实例

可以参考wilddog demo

一个demo页面的快照

授权

var wilddog = new Wilddog("https://wildfeed.wilddogio.com/");

// 监控登录状态的变化
var authClient = new WilddogSimpleLogin(chatRef, function(error, user) {
    if (error) {
        console.log(error);
    } else if (user) {
        console.log('User ID: ' + user.id + ', Provider: ' + user.provider);
    } else {
        // logged out
    }
});

authClient.login('qq');

本地运行

首先确认本机已经安装 Node.js 运行环境,然后执行下列指令:

git clone [email protected]:WildDogTeam/demo-js-wildpad.git
cd  demo-js-wildfeed

安装依赖:

npm install

启动项目:

gulp

或者使用ruby进行构建

bundle exec heel -p 3000 --no-launch-browser -r www/

更多示例

这里分类汇总了 WildDog平台上的示例程序和开源应用, 链接地址:https://github.com/WildDogTeam/wilddog-demos

支持

如果在使用过程中有任何问题,请提 issue ,我会在 Github 上给予帮助。

相关文档

License

MIT http://wilddog.mit-license.org/

感谢 Thanks

We would like to thank the following projects for helping us achieve our goals:

Open Source:

  • firefeed Firefeed is a web app that lets users post small messages called sparks to their feed. You can follow other users, and their sparks will appear on your feed

demo-js-wildfeed's People

Contributors

yimengtianya avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.