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: 16 days ago
JSON representation

Repo trying to teach how to use Netlify with Javascript and Typescript

Lists

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|