contentql icon indicating copy to clipboard operation
contentql copied to clipboard

Does not work in Node.js environment

Open lilactown opened this issue 6 years ago • 0 comments

My team and I are using ClojureScript to do server-side rendering as well, and would like to use the contentfql API to query contentful.

Currently, contentql depends on cljs-http which does not work very well in a Node.js context. I've created a fork[0] and replaced cljs-http with kvlt[1].

If there's interest, I could create a patch for this to be merged upstream.

[0] https://github.com/Lokeh/contentql

[1] https://github.com/nervous-systems/kvlt

lilactown avatar Apr 25 '18 18:04 lilactown