https://github.com/do-community/functions-resources
Resources for using DigitalOcean Cloud Functions
https://github.com/do-community/functions-resources
Last synced: 7 months ago
JSON representation
Resources for using DigitalOcean Cloud Functions
- Host: GitHub
- URL: https://github.com/do-community/functions-resources
- Owner: do-community
- Created: 2022-05-09T22:31:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T20:30:10.000Z (about 4 years ago)
- Last Synced: 2025-01-16T17:00:52.093Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 47
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functions Resources
This repo is dedicated to resources for using [DigitalOcean Cloud Functions](https://www.digitalocean.com/).
## Sample Apps
Following are sample apps that you can deploy to DigitalOcean Functions
| App | Description | GitHub |
|-----|-------------|--------|
| React + Stripe | Use Stripe Checkout with React | [Repo](https://github.com/digitalocean/sample-functions-stripe) |
| NodeJS + MongoDB | Use NodeJS and MongoDB to create a ToDo App | [Repo](https://github.com/digitalocean/sample-functions-todo) |
| NodeJS + GraphQL | Use Apollo Server to access a GraphQL Database | [Repo](https://github.com/digitalocean/sample-functions-apollo-graphql) |
| Go | Generate a Random Number with Go | [Repo](https://github.com/digitalocean/sample-functions-golang-random) |
| Python | Get a Random Joke from the PyJokes module | [Repo](https://github.com/digitalocean/sample-functions-python-jokes) |
| NodeJS | Generate a QR code based on user submitted text | [Repo](https://github.com/digitalocean/sample-functions-nodejs-qrcode) |
| NodeJS | Render a Calculator | [Repo](https://github.com/digitalocean/sample-functions-nodejs-calculator) |
## License
[](https://creativecommons.org/publicdomain/zero/1.0/)