https://github.com/zehfernandes/get-vercel-source-code
Get source code hosted at vercel
https://github.com/zehfernandes/get-vercel-source-code
backup vercel
Last synced: 21 days ago
JSON representation
Get source code hosted at vercel
- Host: GitHub
- URL: https://github.com/zehfernandes/get-vercel-source-code
- Owner: zehfernandes
- Created: 2021-04-08T17:11:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T03:39:34.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:34:26.664Z (about 2 months ago)
- Topics: backup, vercel
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 120
- Watchers: 2
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Get Vercel Source Code
## Instructions
1 - Install the dependecies.
```
npm i
```2 - Get your Vercel token at https://vercel.com/account/tokens, copy `.env.sample` as `.env` and update the value:
```
VERCEL_TOKEN = ""
# Optionally if using a team account
VERCEL_TEAM = ""
```3 - Run the script and wait until complete.
```
node index.js
```For example, `node index.js example-5ik51k4n7.vercel.app ../example`.
Or using the id directly, `node index.js dpl_6CR1uw9hBdpWgrMvPkncsTGRC18A ../example`.