Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node3p-web

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node3p-web

A web interface for Node3p.

  • 0.1.1
  • Source
  • npm
  • Socket score

Weekly downloads
2
increased by100%
Maintainers
0
Weekly downloads
 
Created
Source

Node3p-web

Node3p is a tool for downloading files from AmazonMP3. Because you don't always download you files from home, it's nice to be able to save your music to your main music computer. This allows you to upload an AMZ file. The tool will then parse that file and proceed to download the files you've specified. While there are other ways to do this, the web interface is purely a convenience tool.

Enjoy.

How to Use It

  • Install NodeJS
  • Install the required libs ** From source, just clone this project *** Update the submodules **** From the CLI, git submodule update --init --recursive *** Type npm install from the cloned directory ** From npm, type npm install node3p
  • Run node3p-web from the CLI
  • Buy some tunes
  • Open the web interface
  • Upload
  • Profit

Configuration

The server works with a configuration file that is to be located at /usr/local/etc/node3p-web/config.js. The config file uses the regular exports syntax. The options are as follows:

  • downloadLocation: the path to download your files to. if preceeded by a ~ the users home directory will be used.
  • there are no other options right now. :)

Alpha Warning

This is completely in alpha stages. The data downloads but the code is complete and utter crap. You'll likely want to look at it like you look at an eclipse or your eyeballs may melt. Assuming you are crazy enough to try this, please throw bugs at me like you might a can of Redbull and I'll try my best to hammer through them. Also, patches are very welcome.

Dependencies

  • npm install node3p
  • npm install connect
  • npm install spark
  • npm install jade
  • npm install formidable

Disclaimer

Right now there is very little error handling and upload validation. This will be coming, but I am not responsible for someone uploading files that could destroy your system. I do love patches and pull requests so if you are able to hack it in before I can, go for it!

License

see license file

FAQs


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