New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fmdl

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fmdl

Frontend Masters course DownLoader

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

FMDL - Frontend Masters course DownLoader

npm version

This downloader starts an HTTP proxy server that intercepts course files while playing and saves a copy locally. Setting up the proxy configuartion for your environment is automated for Windows and manual instructions are provided for any other OS.

Confirmed working with Node.js 8.x. Has issues running on Node.js 10.x.

Usage

Command Line

Installation
npm i -g fmdl
Arguments
ArgumentUsageDefault
downloadFolderLocation for storing course downloadsDownloads
debugEnable extra debugging outputfalse

Each argument is passed in the form --argument=value. Here is an example:

fmdl --downloadFolder=/tmp/Courses --debug

API

FMDL offers a programmatic way to integrate running with existing JavaScript code.

You may bring in the fmdl API function using import if you have support for ES6 syntax:

import fmdl from "fmdl";

fmdl(options);

Or using require:

const fmdl = require("fmdl");

fmdl(options);

The options object has the same properties and values as the arguments supported by the command line version.

License

FMDL is MIT licensed. See LICENSE. This project exists purely for educational/personal use and is not to be used for violating Frontend Master's terms and conditions.

FAQs

Package last updated on 29 Aug 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc