Examples
We provided a growing number of simple examples that you can clone from GitHub to see nokori in action.
Before you can make requests to the nokori API, you will need to grab your API key from your dashboard. You find it under Profile » Security & Access.
Frontend Frameworks
One of nokori's super-powers is that it enables frontend framework developers to query any supported data source directly from their app, without building an API.
Below is a list of basic examples available on GitHub that you can clone and run locally.
Next.js QuickStart
A Next.js basic example with the nokori SDK. Next is a React framework including SSR, SSG, and more.
Nuxt.js QuickStart
A Nuxt.js basic example. Nuxt is a Vue framework including SSR, SSG, and more.
Backend Frameworks
For backend developers, below is a growing list of basic examples available on GitHub that you can clone and run locally.