Code Monkey home page Code Monkey logo

edx-dl-node's People

Contributors

victorywangcn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

edx-dl-node's Issues

想请教一下服务启动的问题

首先感谢作者开源,我是想下edx的课,然后找到这个项目的,我对于node.js & js完全是新手,于是想请教一下,npm install之后,这个该如何启动

(async () => {
    let holder = new EdxHolder("##username##", "##pwd##");
    let courseStructure = await new CourseSpider(holder, 
        "https://courses.edx.org/courses/##course##/course/").extractStructure();
    let structure = await new DetailContentSpider(courseStructure, holder).populateDetail();

    new Persist(structure, "#store_path#", holder).persist();
    
})();

是否是将上述代码放到一个js里,修改用户名密码等参数,然后用node去启动这个js.

希望作者能指点一下,谢谢了

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.