Skip to main content

3 posts tagged with "api"

View All Tags

A Simple Example Using WordPress Data

· 4 min read
Gellért Tóth
Contributor

A few weeks ago, I was building a small side project in Nowa.

You know, it was one of those late-night ideas where I just wanted to get something working quickly — no complicated setup, no coding marathon

The app looked good, but it felt empty without real data. I needed something simple and fast to connect to — something I could use to make the UI come alive.

That’s when I decided to try Wordpress.

I remembered it has a REST API built in, so I pointed my browser to a public demo site, tested a few endpoints… and within minutes, I was pulling categories straight into my Nowa project.

Honestly, it surprised me how smooth it was. So in this post, I’ll walk you through exactly what I did — step by step — so you can try the same and get real content into your app fast.

How I Connected Airtable to Nowa

· 3 min read
Gellért Tóth
Contributor

A few days ago, I needed a quick way to pull dynamic data into one of my Nowa apps.

I decided to give Airtable a try—and honestly, it turned out to be a smooth process.

So in this post, I’ll walk you through how I personally connected Airtable to Nowa, step by step.