GithubHelp home page GithubHelp logo

gakkiismile / 189cloudlink Goto Github PK

View Code? Open in Web Editor NEW
23.0 4.0 14.0 1.6 MB

一个快速的简单的强劲的基于Node.js的189个人云解析平台

License: Other

JavaScript 82.13% CSS 12.60% HTML 5.28%

189cloudlink's Introduction

189CloudLink

made

一个基于node的189个人云解析平台

介绍

你可以用189的直链来节省你服务器的带宽。 你甚至可以用她来做视频的直链。 当然图片音乐什么的更是不在话下。 image image

安装

1.依赖

在根目录下执行,安装依赖包 $ npm install

2.配置

在根目录下的config.json

{
    "appKey": "这里写Key",
    "appSecret": "这里写Secret",
    "callbackUrl": "这里写回调的页面", // eg: http://localhost:3000/admin/authCallback
    "accessToken": "",
    "linkCache": true, //这个是直链缓存开关
    "linkCacheTime": 3600,//这个是缓存时间
    "defaultFolder": -1
}

登录账户在database目录下的users.js里面可以自行更改

module.exports = {
    items: [
        {username: 'username', password: 'password'}
    ]
};

相关项目

感谢以下Projects

结语

初次写项目,有很多东西都是借鉴他人的。代码也不是很规范,重复代码也有很多。 如有改进的地方,可以给我反馈。 最后感谢大家!

LICENSE

The Star And Thank Author License

189cloudlink's People

Contributors

gakkiismile avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

189cloudlink's Issues

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.