Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T15:14:34.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:59:02.350Z (3 months 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/05bad9ed-607d-47d7-9b50-2086225a1a2c/deploy-status)](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|