An open API service indexing awesome lists of open source software.

https://github.com/zevaverbach/begin-events-click-tracker-app

Begin app
https://github.com/zevaverbach/begin-events-click-tracker-app

Last synced: 3 months ago
JSON representation

Begin app

Awesome Lists containing this project

README

          

[![Begin build status](https://buildstatus.begin.app/river-2ru/status.svg)](https://begin.com)

Example app demonstrating publishing and subscribing to an event function.

## Deploy your own

[![Deploy to Begin](https://static.begin.com/deploy-to-begin.svg)](https://begin.com/apps/create?template=https://github.com/begin-examples/node-events)

Deploy your own clone of this app to Begin!

## Getting started

- Start the local dev server: `npm start`
- Lint your code: `npm run lint` (after you've installed a linter, of course)
- Run your tests: `npm t` (don't forget to write some!)

## Reference

- [Event Functions tutorial](https://docs.begin.com/en/guides/events/) - basics on working with Event functions.
- [Events reference documentation](https://docs.begin.com/en/event-functions/provisioning) - basics on expanding the capabilities of your app

Head to [docs.begin.com](https://docs.begin.com/) to learn more!