npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

163musictools

v1.1.7

Published

网易云音乐一键签到 打卡 300首 小工具

Downloads

34

Readme

163MusicTools

网易云音乐 一键签到 打卡 300首歌 小工具

菜鸡coder的express+vue3入门demo

助力每个云村村民的v10梦

一、灵感来源

Binaryify/NeteaseCloudMusicApi

二、展示及技术栈

国内服务器部署的Demo地址

简单的交互UI,使用 Element-plus,由于是SPA,故采用直接引入式Vue,更多细节请看 Demo地址,总体来讲 nodejs+express+vue3+elementplus

登录页: 登录页

首页: 首页

打卡: 打卡

三、使用前须知

1.不要经常登录,登出容易账号异常

2.刷的歌会不会影响我的大数据推荐?

理论上不会,因为刷的歌是从你的推荐歌单筛选出来的

3.打卡明明显示听了350首歌但是听歌量只加了一点点?

因为刷的歌里有你以前听过的歌,不算入听歌量,建议一天点打卡2-3次即可,多了容易账号异常

四、使用

1.安装

github:

$ git clone https://github.com/Zakiaatot/163musictools
$ cd 163musictools
$ npm install

或者

$ git clone [email protected]:Zakiaatot/163musictools.git
$ cd 163musictools
$ npm install

npm:

$ npm i 163musictools

2.运行

$ npm run start

接下来访问

http://localhost:9002

即可愉快的打卡了 默认9002端口 需要更改请至app.js中更改

若是开发者调试推荐使用nodemon

$ npm i nodemon
$ npm run dev

五、部署

鄙人采用宝塔可一键部署node项目

实际上是个前后端分离项目,只是为了方便调试才一起写在express里了,如有需求请自行分离部署

建议:

如没需求建议本地运行或者部署至国内服务器,国外服务器可能延迟高

这是国外服务器部署实例

六、免责声明

所有资源及想法均来自网上的开源项目,鄙人只不过是做了个整合,由此项目产生的所有纠纷与本人无关

七、后续展望

本人只是个小小技术菜鸟,但有着肯学习的精神,虽说现在的代码可能是一堆屎山,我愿意不断改进,欢迎你们的issue

对本项目我的后期展望是:

1.丰富更多功能,如云贝签到,刷单首歌的播放次数
2.不断优化改进我的前端界面
3.后端也不断优化,提高执行效率
4.下一步应该是托管任务系统,一个每日自动打卡并且提醒成功与否的功能平台。。。。。