Collection of simple examples to get you started with developing Airsequel-powered apps.
Tutorials for building SPA (Single Page Application) webapps which use Airsequel as the backend via its GraphQL API.
This is the companion code for the tutorial How to build a todo app with Airsequel and Elm.
The code for the app is in elm-simple-todo-app/src.
More documentation in it's dedicated readme.md.
Example of Airsequel functions written in various languages.
Simple template for writing Airsequel functions in PureScript: purescript-function.