Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T03:39:34.000Z (11 months ago)
- Last Synced: 2024-11-05T13:40:50.890Z (9 days ago)
- Topics: backup, vercel
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 99
- Watchers: 3
- Forks: 22
- 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`.