https://github.com/Nick-Gabe/netlify-functions-tutorial
Repo trying to teach how to use Netlify with Javascript and Typescript
https://github.com/Nick-Gabe/netlify-functions-tutorial
javascript netlify serverless typescript
Last synced: 13 days ago
JSON representation
Repo trying to teach how to use Netlify with Javascript and Typescript
- Host: GitHub
- URL: https://github.com/Nick-Gabe/netlify-functions-tutorial
- Owner: Nick-Gabe
- Created: 2022-06-20T14:02:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T15:14:34.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T06:19:00.402Z (19 days ago)
- Topics: javascript, netlify, serverless, typescript
- Language: TypeScript
- Homepage: https://nick-functions.netlify.app/api/helloworld
- Size: 389 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netlify Functions Tutorial
[](https://app.netlify.com/sites/nick-functions/deploys)**If you want to learn about it, see my blog: [dev.to](https://dev.to/nickgabe/how-to-use-serverless-functions-on-netlify-jsts-olj)**
If you want to test the functions, these are the URLS:
|file|live api|language|
|---|---|---|
|[helloworld.js](./functions/helloworld.js)|[api/helloworld](https://nick-functions.netlify.app/api/helloworld)|Javascript|
|[helloworld2.ts](./functions/helloworld2.ts)|[api/helloworld2](https://nick-functions.netlify.app/api/helloworld2)|Typescript|