https://github.com/hokagecv/serverless-resume
https://github.com/hokagecv/serverless-resume
cloudflare-workers
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokagecv/serverless-resume
- Owner: hokageCV
- Created: 2023-08-05T12:41:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T07:47:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T23:32:26.206Z (5 months ago)
- Topics: cloudflare-workers
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Resume
## Overview
This is a Cloudflare Workers API which serves resume data in JSON format to clients making HTTP requests.
## Usage
To retrieve the resume data, send a `GET` request to the API endpoint. The API will respond with a JSON object containing the resume details.
### API Endpoint
https://serverless-resume.chaitanyavaru.workers.dev
## Customization
You can customize the resume data by editing the resumeData object in the resume.js file. Modify the values to match your personal resume information.
## Deployment
1. Set up a Cloudflare Workers account
2. Install wrangler CLI
3. Clone this repository
4. Make changes to the resume.js file
5. Run `wrangler deploy` to deploy the API