Socket
Socket
Sign inDemoInstall

candy

Package Overview
Dependencies
398
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    candy

a micro bbs system based on duoshuo.com apis


Version published
Weekly downloads
42
decreased by-71.62%
Maintainers
1
Install size
21.8 MB
Created
Weekly downloads
 

Readme

Source

logo Candy

a micro bbs system based on duoshuo.com apis

How to install

$ npm install candy

Bite a litter

var candy = require('candy').server;

var myCandy = new candy.server({
    name: 'My candy BBS', // 站点名称
    url: 'http://abc.com', // 站点url
    desc: 'some desc', // 站点描述
    duoshuo: { 
        short_name: 'xxx', // 多说 short_name
        secret: 'xxx' // 多说 secret
    }
});

myCandy.run(9999);

Pull Request Welcome !

  • fork this repo
  • feel free to add your feature or emoticons
  • make sure your feature are fully tested!
  • send me a PR, and enjoy !

Candy demo site

  • Teslaer: tesla电动车中国爱好者社区

Keywords

FAQs

Last updated on 06 Aug 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc