https://github.com/ariesclark/cf-to-modip
https://github.com/ariesclark/cf-to-modip
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ariesclark/cf-to-modip
- Owner: ariesclark
- Created: 2020-11-05T21:54:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T23:20:14.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T17:48:29.612Z (8 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CurseForge to MODIP
General repositiory for fetching and converting CurseForge projects into the MODIP format.### Web API.
https://cf-modip.vercel.app/api/228756.modip.jsonhttps://cf-modip.vercel.app/api/.modip.json
https://cf-modip.vercel.app/api/
#### Node.js CLI
```bash
git clone https://github.com/rubybb/cf-to-modip.git
cd cf-to-modip
node index.js --help
node index.js --id 238222
node index.js --web --port 3000
```#### Vercel Deployment
```bash
vercel --prod
```