Readme

A handler to serve JSON Resume

1
2
3
4
5
6
export default async function handler(req: Request): Promise<Response> {
const resumeDetails = {"basics":{"name":"James Thomas Seeley","label":"Web Developer","image":"","email":"hello@tseeley.com","phone":"","url":"https://tseeley.com","summary":"","location":{"address":"","postalCode":"","city":"","cou
return new Response(JSON.stringify(resumeDetails), {
headers: { "Content-Type": "application/json" },
});
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
June 13, 2024