https://github.com/blesstosam/registerappleid
a node js program for registering appleid automatically
https://github.com/blesstosam/registerappleid
crawler nodejs
Last synced: 3 months ago
JSON representation
a node js program for registering appleid automatically
- Host: GitHub
- URL: https://github.com/blesstosam/registerappleid
- Owner: blesstosam
- Created: 2019-01-16T15:29:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:38:33.000Z (over 3 years ago)
- Last Synced: 2025-05-08T22:42:27.265Z (about 1 year ago)
- Topics: crawler, nodejs
- Language: JavaScript
- Size: 28.3 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 项目名称
注册appleid
## 由于缺少后台逻辑,故仅仅为前端测试用 并不能作为商用或者生产用
### 依赖
node环境 version >= 8.9
npm version >= 5.5.1
### 运行
```
npm i // 安装依赖
node index.js // 运行脚本
```